diff --git a/test/decoder.scm b/test/decoder.scm index 44a7e2e..3806995 100755 --- a/test/decoder.scm +++ b/test/decoder.scm @@ -1,6 +1,9 @@ #!/usr/bin/env -S guile -s !# -(use-modules (toml) (ice-9 pretty-print) (ice-9 textual-ports)) +(use-modules + (toml) + (ice-9 pretty-print) + (ice-9 textual-ports)) (define str (get-string-all (current-input-port))) (define scm (toml->scm str))