]> gitweb.factorcode.org Git - factor.git/commitdiff
Fixing spacing
authorJames Cash <james.nvc@gmail.com>
Tue, 16 Sep 2008 23:40:30 +0000 (19:40 -0400)
committerJames Cash <james.nvc@gmail.com>
Thu, 6 Nov 2008 05:20:51 +0000 (00:20 -0500)
extra/lisp/lisp-tests.factor

index 9ddd31cde03871d79df6719ac2a062620baee738..5f849c441689fbc2731840e860e3e7a5d93dbe1c 100644 (file)
@@ -84,7 +84,7 @@ IN: lisp.test
         <LISP ((lambda (x y) (if x (+ 1 y) (+ 2 y))) #t 3) LISP>
     ] unit-test
     
-    {  { 3 3 4 } } [
+    { { 3 3 4 } } [
         <LISP (defun foo (x y &rest z)
                   (cons (+ x y) z))
               (foo 1 2 3 4)