fix formatting

This commit is contained in:
2021-04-28 20:12:38 -06:00
parent a56a222bfa
commit c831c78411

View File

@@ -202,7 +202,7 @@ class Macros {
macros["and"] = (wholeExp:ReaderExp, args:Array<ReaderExp>, k) -> {
wholeExp.checkNumArgs(2, null, "(and [v1] [v2] [values...])");
var b = wholeExp.expBuilder();
var uniqueVarSymbol = b.gensym();
var condCases = [