aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-100/james-smith/perl/ch-2.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/challenge-100/james-smith/perl/ch-2.pl b/challenge-100/james-smith/perl/ch-2.pl
index 9070cbf3e9..6930813f37 100644
--- a/challenge-100/james-smith/perl/ch-2.pl
+++ b/challenge-100/james-smith/perl/ch-2.pl
@@ -87,5 +87,6 @@ sub display_sum {
} 0..$a ),
"\n"
} 0..@_-1 ),
- "\nMinimum path: ",(join ' -> ', map { $_[$_][$route[$_]] } 0..@_-1 ),' ; Total: ',$b->[0],"\n\n";
+ "\nMinimum path: ",(join ' -> ', map {
+ $_[$_][$route[$_]] } 0..@_-1 ),' ; Total: ',$b->[0],"\n\n";
}