Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Nov 23, 2023
1 parent 5b26afe commit 8aced9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/infix/grammar.clj
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@
(symb ":")
(no-exp <- expression)
(m/return (fn [env]
(if (condition env) (yes-exp env) (no-exp env))))
)
)
(if (condition env) (yes-exp env) (no-exp env))))))

(def base
(any-of
Expand Down

0 comments on commit 8aced9b

Please sign in to comment.