aboutsummaryrefslogtreecommitdiff
path: root/challenge-075/markus-holzer
diff options
context:
space:
mode:
authorMarkus "Holli" Holzer <holli.holzer@gmail.com>2020-08-25 00:48:32 +0200
committerMarkus "Holli" Holzer <holli.holzer@gmail.com>2020-08-25 00:48:32 +0200
commit24c0f5f15428df4ec254034a91a63da4ec1168bd (patch)
tree736fb1e7cb0b6ec2510c05ff3bd60c39c23af5dd /challenge-075/markus-holzer
parentebfd49c876ac5607dda2bcac3a74e92859c00daa (diff)
downloadperlweeklychallenge-club-24c0f5f15428df4ec254034a91a63da4ec1168bd.tar.gz
perlweeklychallenge-club-24c0f5f15428df4ec254034a91a63da4ec1168bd.tar.bz2
perlweeklychallenge-club-24c0f5f15428df4ec254034a91a63da4ec1168bd.zip
whitespace
Diffstat (limited to 'challenge-075/markus-holzer')
-rw-r--r--challenge-075/markus-holzer/raku/ch-2.bonus.raku2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-075/markus-holzer/raku/ch-2.bonus.raku b/challenge-075/markus-holzer/raku/ch-2.bonus.raku
index 2d669e62cf..49ddeadc20 100644
--- a/challenge-075/markus-holzer/raku/ch-2.bonus.raku
+++ b/challenge-075/markus-holzer/raku/ch-2.bonus.raku
@@ -2,4 +2,4 @@ my @A = (2, 1, 4, 5, 3, 7);
.join(" ").say for reverse [Z]
(" ", "-", |(1..@A.max) ),
- |@A.map({ $_, "-", |("#" xx $_), |(" " xx (@A.max - $_)) });
+ |@A.map({ $_, "-", |("#" xx $_), |(" " xx (@A.max - $_)) });