diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-02-08 23:54:35 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-02-09 00:00:37 +0100 |
commit | 3b4c2e8c5767d3bbc1a1963a4ffc956d2dc0fcfb (patch) | |
tree | 83d7f458778aef2fbc6cc474defbbcee1c4afc17 /systray.go | |
parent | 9e22b94dffe4670fd3e0738beff259d8391b270d (diff) |
[style] nicer looking
Diffstat (limited to 'systray.go')
-rw-r--r-- | systray.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -62,8 +62,7 @@ func (bt *bmTray) onReady() { go func() { ch := bt.bm.GetStatusCh() - status, err := bt.bm.GetStatus() - if err != nil { + if status, err := bt.bm.GetStatus(); err != nil { log.Printf("Error getting status: %v", err) } else { bt.changeStatus(status) |