summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-07-08 17:39:33 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-07-08 17:39:33 +0200
commit03f58fc9e875b6c5c33e73096bacd4b72d084e6c (patch)
tree51e81f14acc6445f267f47afcb8009b3019fa1ae
parent281408b4852ae74af28ecc8f1c03457c766136b8 (diff)
Convert accidental space indents to tabs
-rw-r--r--lib/String/Fold.pm64
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/String/Fold.pm6 b/lib/String/Fold.pm6
index 7b47be3..2db1155 100644
--- a/lib/String/Fold.pm6
+++ b/lib/String/Fold.pm6
@@ -51,8 +51,8 @@ sub fold (
#| Calculate the total line length of a would-be line.
sub new-line-length (
- Str:D @words,
- Str:D $new-word,
+ Str:D @words,
+ Str:D $new-word,
Int:D $indent-width,
--> Int
) {