1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Minor improvements based on 'go vet'

This commit is contained in:
Chris Cummer 2018-08-03 05:25:17 -07:00
parent 5f39a2900d
commit 0cfdd93502
2 changed files with 0 additions and 3 deletions

View File

@ -224,8 +224,6 @@ func (widget *Widget) responseIcon(calEvent *CalEvent) string {
default:
return icon + " "
}
return " "
}
func removeDeclined(events []*CalEvent) []*CalEvent {

View File

@ -115,7 +115,6 @@ func parseWlanNetsh(target string) string {
switch token {
case target:
return words[i+1]
i++
}
}
return "N/A"