Skip to content

Commit

Permalink
Merge b1ad145
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed Nov 1, 2024
2 parents c25ac9a + b1ad145 commit 696f0f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ GtExtractMethodFromSnippetController >> refactoring [

{ #category : #private }
GtExtractMethodFromSnippetController >> typeNameFor: aRBClass [
^ aRBClass name , (aRBClass isMeta ifTrue: [ ' class' ] ifFalse: [ '' ])
^ (aRBClass name , (aRBClass isMeta ifTrue: [ ' class' ] ifFalse: [ '' ])) asSymbol
]

{ #category : #accessing }
Expand Down

0 comments on commit 696f0f7

Please sign in to comment.