Skip to content

Commit 9cc0d19

Browse files
committed
perltidy
1 parent b425497 commit 9cc0d19

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

TMsStrava.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,8 @@ sub zipFiles {
761761
CanonicalName =>
762762
1 # This option controls whether the filename field in the zip header is normalized into Unix format before being written to the zip file.
763763
,
764-
ZipComment => "Created by Torben's Strava App https://entorb.net/strava-old/"
764+
ZipComment =>
765+
"Created by Torben's Strava App https://entorb.net/strava-old/"
765766
# , Level => 9 # [0..9], 0=none, 9=best compression
766767
or die "zip failed: $ZipError\n";
767768
return;

sicher.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ sub zipFiles {
6161
CanonicalName =>
6262
1 # This option controls whether the filename field in the zip header is normalized into Unix format before being written to the zip file.
6363
,
64-
ZipComment => "Created by Torben's Stava App https://entorb.net/strava-old/"
64+
ZipComment =>
65+
"Created by Torben's Stava App https://entorb.net/strava-old/"
6566

6667
# , Level => 9 # [0..9], 0=none, 9=best compression
6768
or die "zip failed: $ZipError\n";

0 commit comments

Comments
 (0)