Skip to content

Commit

Permalink
Remove trailing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Demenev authored Apr 6, 2020
1 parent 50e59f3 commit 7b5c992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func NewAppWithDriver(d fyne.Driver, id string) fyne.App {
newApp := &fyneApp{uniqueID: id, driver: d,
prefs: prefs, exec: exec.Command}
fyne.SetCurrentApp(newApp)
newApp.settings = loadSettings();
newApp.settings = loadSettings()

listener := make(chan fyne.Settings)
newApp.Settings().AddChangeListener(listener)
Expand Down

0 comments on commit 7b5c992

Please sign in to comment.