From b1dc965a4a5b8a48666749e824d0e480b9d08eed Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Thu, 19 Apr 2018 11:10:34 +0300 Subject: Gofmt --- lib/notification/notify_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/notification/notify_windows.go') diff --git a/lib/notification/notify_windows.go b/lib/notification/notify_windows.go index d927ee1..999380a 100644 --- a/lib/notification/notify_windows.go +++ b/lib/notification/notify_windows.go @@ -25,7 +25,7 @@ func Send(title, text string, critical, sound bool) error { Message: message, Audio: toast.Silent, Duration: toast.Short, -// Icon: ..., + // Icon: ..., } if sound { notification.Audio = toast.IM -- cgit v1.2.3