Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm authored Mar 18, 2024
1 parent 1eefbd4 commit 168b353
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/NewTools-Core/StPharoApplication.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,11 @@ StPharoApplication >> newIconProvider [

{ #category : 'private - running' }
StPharoApplication >> resetBackend [

| backendName |

backendName := backend ifNil: [ self class defaultBackendName ] ifNotNil: [ backend name ].
backendName := backend
ifNil: [ self class defaultBackendName ]
ifNotNil: [ backend name ].
self useBackend: backendName.
]

Expand Down

0 comments on commit 168b353

Please sign in to comment.