Fix trailing white space

This commit is contained in:
Fernando Schauenburg 2024-07-14 12:51:24 +02:00
parent 3a10b4dc32
commit ab7d4933aa

View file

@ -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.