Skip to content

Commit

Permalink
fix initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Mar 28, 2021
1 parent d402131 commit 2357dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NewTools-Spotter/StSpotter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ StSpotter class >> history [
{ #category : #'class initialization' }
StSpotter class >> initialize [

self showPreview: true
self showPreview
]

{ #category : #testing }
Expand Down

0 comments on commit 2357dce

Please sign in to comment.