Add and apply indent helper recipe
[tt.git] / tt.rkt
diff --git a/tt.rkt b/tt.rkt
index 8930ae9..f444926 100644 (file)
--- a/tt.rkt
+++ b/tt.rkt
   (string-split str (regexp "[\r\n]+")))
 
 (module+ test
-  (check-equal? (str->lines "abc\ndef\n\nghi") '("abc" "def" "ghi")))
+         (check-equal? (str->lines "abc\ndef\n\nghi") '("abc" "def" "ghi")))
 
 (define (str->msgs nick uri str)
   (filter-map (λ (line) (str->msg nick uri line)) (str->lines str)))
This page took 0.035778 seconds and 4 git commands to generate.