Skip to content

Commit

Permalink
Fix broken format
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Oct 8, 2020
1 parent 8bbecc0 commit 446f652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/launcher.go
Expand Up @@ -99,7 +99,7 @@ func (l *picker) appButtonListMatching(input string) []fyne.CanvasObject {
return appList
}

func (l *picker) loadIcons(dataRange []fynedesk.AppData, appList[]fyne.CanvasObject) {
func (l *picker) loadIcons(dataRange []fynedesk.AppData, appList []fyne.CanvasObject) {
iconTheme := l.desk.Settings().IconTheme()

for i, data := range dataRange {
Expand Down

0 comments on commit 446f652

Please sign in to comment.