Skip to content

Commit

Permalink
reformatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
sirherrbatka committed Jan 22, 2024
1 parent a63fab8 commit b055870
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/table/macros.lisp
Expand Up @@ -367,7 +367,9 @@
e
:on-macroexpanded-form
(lambda (f e)
(if (and (listp pre-form) (member (car pre-form) '(vellum.table:aggregate vellum.table:group-by vellum.table:distinct)))
(if (and (listp pre-form)
(member (car pre-form)
'(vellum.table:aggregate vellum.table:group-by vellum.table:distinct)))
(progn (walk f e) ; this will simply gather column names
(third ; silly trick, stops macro expansion of agnostic-lizard :-)
(agnostic-lizard:walk-form `(flet ((vellum.table:aggregate (&rest body) nil)
Expand Down

0 comments on commit b055870

Please sign in to comment.