From ab7d4933aa13a231e4e05876bfa0e14f7a933fcb Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sun, 14 Jul 2024 12:51:24 +0200 Subject: [PATCH] Fix trailing white space --- bin/git-cal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/git-cal b/bin/git-cal index 3cc52b3..cb9555d 100755 --- a/bin/git-cal +++ b/bin/git-cal @@ -402,7 +402,7 @@ sub configure { $key =~ s/calendar\.//; $config{$key} = $value; } - local @ARGV = (map { ( "-$_" => $config{$_} ) } + local @ARGV = (map { ( "-$_" => $config{$_} ) } grep { exists $config{$_} } @wanted); GetOptions( 'period=n' => $period, @@ -495,7 +495,7 @@ Print this message. =head2 USING GIT CONFIG -git-cal uses the git config tool to store configuration on disk. Similar keys are used to +git-cal uses the git config tool to store configuration on disk. Similar keys are used to those listed above with the notable exception being the bundling of ascii, ansi and unicode into a "format" key. Examples of the three supported keys are below.