whitespace fix
This commit is contained in:
parent
482282178c
commit
b65c2a4596
3
AUTHORS
3
AUTHORS
@ -13,4 +13,5 @@
|
||||
* rogererens <roger.erens@e-s-c.biz>
|
||||
* Thomas Ballinger <thomasballinger@gmail.com>
|
||||
* Morten Linderud <mcfoxax@gmail.com>
|
||||
* Guillermo Vayá <guivaya@gmail.com>
|
||||
* Guillermo Vayá <guivaya@gmail.com>
|
||||
|
||||
|
@ -72,7 +72,7 @@ def process(tree, module_name):
|
||||
if isinstance(tree, HyExpression):
|
||||
if tree == []:
|
||||
return tree
|
||||
|
||||
|
||||
fn = tree[0]
|
||||
if fn in ("quote", "quasiquote"):
|
||||
return tree
|
||||
|
@ -758,4 +758,5 @@
|
||||
|
||||
(defn test-empty-list []
|
||||
"Evaluate an empty list to a []"
|
||||
(assert (= () [])))
|
||||
(assert (= () [])))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user