nit: formatting of decoder
This commit is contained in:
parent
99748f39a5
commit
50828e2ee5
1 changed files with 4 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue