trailing newlines suck

This commit is contained in:
Paul R. Tagliamonte 2013-04-05 20:01:37 -04:00
parent d762625aeb
commit 3b185250e0

View File

@ -292,4 +292,3 @@
"NATIVE: test function return"
(setv fn-test ((fn [] (fn [] (+ 1 1)))))
(assert (= (fn-test) 2)))