]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/persistent/hashtables/hashtables.factor
factor: fix some spacing
[factor.git] / basis / persistent / hashtables / hashtables.factor
index 4d474caa79faa49730079e2d86cb8ede1389d374..28d2d37e09e0a6c49d4836425ef0262747cc0e74 100644 (file)
@@ -13,8 +13,8 @@ TUPLE: persistent-hash
 M: persistent-hash assoc-size count>> ;
 
 M: persistent-hash at*
-     [ dup hashcode >fixnum ] [ root>> ] bi* (entry-at)
-     dup [ value>> t ] [ f ] if ;
+    [ dup hashcode >fixnum ] [ root>> ] bi* (entry-at)
+    dup [ value>> t ] [ f ] if ;
 
 M: persistent-hash new-at
     [