X Tutup
Skip to content

Commit 6667894

Browse files
author
Johan Brichau
committed
fix code style
1 parent a886828 commit 6667894

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

repository/Grease-Tests-Pharo-Slime.package/GRReSlimeTest.class/instance/testTestCaseFailRule.st

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ testTestCaseFailRule
66
self compile: 'testMethod self fail' in: class.
77
self
88
runTransformation: GRTestAssertionsRule
9-
changes: #(
10-
'testMethod self assert: false' )
9+
changes: #( 'testMethod self assert: false' )

0 commit comments

Comments
 (0)
X Tutup