Skip to content

Commit

Permalink
FIX IDIOTIC MISTAKE, SQUASH
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Oct 13, 2024
1 parent 47e4476 commit e6cef49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Refinements/Z3Node.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Z3Node >> kvarsExpr [
]

{ #category : #'*Refinements' }
Z3Node >> smt2Cast: aZ3Sort in: _ [
Z3Node >> smt2Cast: aZ3Sort [
aZ3Sort = self sort ifFalse: [ self error ].
^self
]
Expand Down

0 comments on commit e6cef49

Please sign in to comment.