Collection.st
changeset 19207 ccaeb96d0047
parent 19177 873c60e3a4e7
child 19222 a499f0ee26b7
child 19227 5e949760a4e8
--- a/Collection.st	Sat Feb 13 12:23:44 2016 +0100
+++ b/Collection.st	Sat Feb 13 12:23:59 2016 +0100
@@ -275,7 +275,6 @@
     ^ self newWithSize:n
 ! !
 
-
 !Collection class methodsFor:'Signal constants'!
 
 emptyCollectionSignal
@@ -528,7 +527,6 @@
     "Created: / 22-10-2008 / 21:29:27 / cg"
 ! !
 
-
 !Collection methodsFor:'accessing'!
 
 anElement
@@ -5827,7 +5825,6 @@
     ^ aVisitor visitCollection:self with:aParameter
 ! !
 
-
 !Collection class methodsFor:'documentation'!
 
 version