nit: formatting of decoder

This commit is contained in:
hylo 2022-12-30 18:53:44 +01:00
parent 99748f39a5
commit 50828e2ee5
1 changed files with 4 additions and 1 deletions

View File

@ -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))