~bouncepaw/agidel-syntrans

38b09cc4f23656671320d95301132a728eef34e7 — Timur Ismagilov 5 years ago 9ddbbac
Add missing parenthesis to `run`
1 files changed, 1 insertions(+), 1 deletions(-)

M run.scm
M run.scm => run.scm +1 -1
@@ 23,4 23,4 @@
   ;; Eval it, convert to string.
   (-> source-tree
       eval
       (string-join "\n" 'infix)))
       (string-join "\n" 'infix))))