]> gitweb.factorcode.org Git - factor.git/commitdiff
slots: silly formatting change.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 14 Apr 2016 23:59:33 +0000 (16:59 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 14 Apr 2016 23:59:33 +0000 (16:59 -0700)
core/slots/slots.factor

index 6d393f125523fa235a48730db397007e950f88f0..5488f03bd662da95ed73ef42336bbcb866bae741 100644 (file)
@@ -229,9 +229,7 @@ M: string make-slot
 : peel-off-class ( slot-spec array -- slot-spec array )
     dup empty? [
         dup first classoid? [
-            [ first init-slot-class ]
-            [ rest ]
-            bi
+            [ first init-slot-class ] [ rest ] bi
         ] when
     ] unless ;