X Tutup
Skip to content

Commit a17f250

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

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
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)
X Tutup