From c5bbc1194fd41aa58f3e230229746303c34ff002 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 12 Aug 2022 18:17:50 -0300 Subject: tests/heredoc.scm: Keep max column width at 80 --- tests/heredoc.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/heredoc.scm b/tests/heredoc.scm index 931b7a2..b96ca2c 100644 --- a/tests/heredoc.scm +++ b/tests/heredoc.scm @@ -167,7 +167,8 @@ (trim-indentation "\n\nmixed\n indentations\n")) (t:test-equal "\n\n\n \n lines with only spaces\n" - (trim-indentation "\n\n \n \n lines with only spaces\n")) + (trim-indentation + "\n\n \n \n lines with only spaces\n")) (t:test-equal "\n\n mixed spaces\n and tabs" (trim-indentation "\n\n mixed spaces\n and tabs")) -- cgit v1.2.3