From ff5e616c34845e791a3c0a2c4816aeaa12879512 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 18 Jan 2026 09:58:11 +0200 Subject: [PATCH] small code formatting enhancement --- scripts/Tatzer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Tatzer b/scripts/Tatzer index b560470..8e85f3f 100755 --- a/scripts/Tatzer +++ b/scripts/Tatzer @@ -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', );