diff options
author | Patrick Spek <p.spek@tyil.nl> | 2018-07-08 17:39:33 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2018-07-08 17:39:33 +0200 |
commit | 03f58fc9e875b6c5c33e73096bacd4b72d084e6c (patch) | |
tree | 51e81f14acc6445f267f47afcb8009b3019fa1ae | |
parent | 281408b4852ae74af28ecc8f1c03457c766136b8 (diff) | |
download | string-fold-03f58fc9e875b6c5c33e73096bacd4b72d084e6c.tar.gz string-fold-03f58fc9e875b6c5c33e73096bacd4b72d084e6c.tar.bz2 |
Convert accidental space indents to tabs
-rw-r--r-- | lib/String/Fold.pm6 | 4 |
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 ) { |