diff --git a/src/Spec2-Layout/SpExecutableLayout.class.st b/src/Spec2-Layout/SpExecutableLayout.class.st index 27cd0886..257d2bb4 100644 --- a/src/Spec2-Layout/SpExecutableLayout.class.st +++ b/src/Spec2-Layout/SpExecutableLayout.class.st @@ -342,7 +342,10 @@ SpExecutableLayout >> whenChildrenAddedDo: aBlock [ { #category : 'events' } SpExecutableLayout >> whenChildrenRemovedDo: aBlock [ - self announcer when: SpChildrenRemoved do: aBlock for: aBlock receiver + self announcer + when: SpChildrenRemoved + do: aBlock + for: aBlock receiver ] { #category : 'private' }