Skip to content

Commit

Permalink
and this shit too, squash
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Nov 16, 2024
1 parent 58d81ce commit 130010f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Z3/Z3UninterpretedSort.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ Z3UninterpretedSort >> nodeClass [

{ #category : #printing }
Z3UninterpretedSort >> printOn: aStream [
aStream nextPutAll: self unsafeName.
self name asString = self unsafeName ifFalse: [
aStream nextPutAll: ' ('.
super printOn: aStream.
aStream nextPutAll: ')'
]
aStream nextPutAll: self unsafeName
]

{ #category : #printing }
Expand Down

0 comments on commit 130010f

Please sign in to comment.