Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed May 21, 2024
1 parent ecc6c1d commit 18d6a01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BaselineOfGToolkitForPharo9 >> applyPatchInlineMethodRefactoring [
forPharo11AndPharo12: [
RBInlineMethodRefactoring addSlot: #inlineClass.
RBInlineMethodRefactoring compile: 'inlineClass
<gtPharoPatch: #Pharo11Pharo12>
<gtPharoPatch: #Pharo11Pharo12>
^ inlineClass
ifNil: [ inlineClass := ( sourceMessage receiver name = ''super''
Expand All @@ -42,7 +42,7 @@ BaselineOfGToolkitForPharo9 >> applyPatchInlineMethodRefactoring [
ifNotNil: [ inlineClass ]' classified: 'transforming'.

RBInlineMethodFromComponentRefactoring compile: 'inlineClass
<gtPharoPatch: #Pharo11Pharo12>
<gtPharoPatch: #Pharo11Pharo12>
| imps |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BaselineOfGToolkitPrerequisites >> applyPatchForFT2Handle [
forPharo11: [
FT2Handle class
compile: 'startUp: isImageStarting
<gtPharoPatch: #Pharo11>'
<gtPharoPatch: #Pharo11>'
classified: 'startup']
forPharo10: [ ]
]
Expand Down

0 comments on commit 18d6a01

Please sign in to comment.