Skip to content

Commit a17f250

Browse files
author
Johan Brichau
committed
code style
1 parent 7584246 commit a17f250

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*Grease-Pharo100-Core
22
greaseBeginsWith: aSequenceableCollection
3+
34
aSequenceableCollection isEmpty ifTrue: [ ^ true ].
45
^ self beginsWith: aSequenceableCollection
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*Grease-Pharo100-Core
22
greaseEndsWith: aSequenceableCollection
3+
34
aSequenceableCollection isEmpty ifTrue: [ ^ true ].
45
^ self endsWith: aSequenceableCollection

0 commit comments

Comments
 (0)