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