From 03f58fc9e875b6c5c33e73096bacd4b72d084e6c Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 8 Jul 2018 17:39:33 +0200 Subject: Convert accidental space indents to tabs --- lib/String/Fold.pm6 | 4 ++-- 1 file 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 ) { -- cgit v1.1