Skip to content

Commit 28e2a95

Browse files
committed
Satisfy linter
1 parent f3fac83 commit 28e2a95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trayicon.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ import (
4747
func setupSysTray() {
4848
runtime.LockOSThread()
4949
if *hibernate == true {
50-
systray.Run(setupSysTrayHibernate,nil)
50+
systray.Run(setupSysTrayHibernate, nil)
5151
} else {
52-
systray.Run(setupSysTrayReal,nil)
52+
systray.Run(setupSysTrayReal, nil)
5353
}
5454
}
5555

0 commit comments

Comments
 (0)