aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-321/ash/raku/ch-2.raku2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-321/ash/raku/ch-2.raku b/challenge-321/ash/raku/ch-2.raku
index 974cdc314b..904586b279 100644
--- a/challenge-321/ash/raku/ch-2.raku
+++ b/challenge-321/ash/raku/ch-2.raku
@@ -16,4 +16,4 @@ sub process($s is copy) {
$s ~~ s/.\#// while $s ~~ /.\#/;
return $s;
-} \ No newline at end of file
+}