From 2a4386aa93fbe68017a9a0c2649d567d381e80d4 Mon Sep 17 00:00:00 2001 From: Alin Sinpalean Date: Fri, 17 Nov 2017 22:54:45 +0100 Subject: [PATCH] Run "gofmt -s". --- notify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify.go b/notify.go index 8e5cd4d..41e4e9c 100644 --- a/notify.go +++ b/notify.go @@ -7,8 +7,8 @@ import ( "net/http" "strings" - "github.com/free/jiralert/alertmanager" "github.com/andygrunwald/go-jira" + "github.com/free/jiralert/alertmanager" log "github.com/golang/glog" "github.com/trivago/tgo/tcontainer" )