From 3b9f198a56defac35a06eb42e4f8af32818feafa Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 11 Nov 2025 13:56:59 +0000 Subject: bin: Remove extra newline after expected value. --- bin/run64 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/run64 b/bin/run64 index 9077e84..c38682f 100755 --- a/bin/run64 +++ b/bin/run64 @@ -314,8 +314,7 @@ object instead of the list element." (assq-ref failure 'actual-value)) (string-length "Expected: ")) (newline))))))) - (test-runner-aux-value runner)) - (newline)) + (test-runner-aux-value runner))) (headline (string-join (filter-map (lambda (count text color) -- cgit 1.4.1