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_linux.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/notification/notify_linux.go') diff --git a/lib/notification/notify_linux.go b/lib/notification/notify_linux.go index f8ecdaf..11a37a7 100644 --- a/lib/notification/notify_linux.go +++ b/lib/notification/notify_linux.go @@ -23,9 +23,9 @@ func Send(title, text string, critical, sound bool) error { if critical { args = append(args, "-u", "critical") } -// if iconPath { -// args = append(args, "-i", iconPath) -// } + // if iconPath { + // args = append(args, "-i", iconPath) + // } args = append(args, title, text) if sound { soundName := "message-new-instant" -- cgit v1.2.3