Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed May 29, 2024
1 parent dc58d3d commit d363f0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/General-Rules/ReNoSpaceAroundProtocolRule.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ ReNoSpaceAroundProtocolRule class >> group [

{ #category : 'accessing' }
ReNoSpaceAroundProtocolRule class >> ruleName [
^ 'Protocol named "{1}" should be trimmed (includes space at start or end)' format: { protocolName }

^ 'Protocol should be trimmed (includes space at start or end)'
]

{ #category : 'manifest' }
Expand Down

0 comments on commit d363f0c

Please sign in to comment.