small code formatting enhancement

This commit is contained in:
Shlomi Fish 2026-01-18 09:58:11 +02:00
parent 564b6747a7
commit ff5e616c34

View File

@ -10,7 +10,7 @@ use strict;
use warnings;
use Getopt::Long qw/ GetOptions /;
use Path::Tiny qw/path/;
use Path::Tiny qw/ path /;
my %BOOL_OPTS_WITH_FALSE_DEFAULTS =
( 'omit-frame' => 'OPTIMIZATION_OMIT_FRAME_POINTER', );