mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(alerting): gofmt
This commit is contained in:
parent
e044a65d08
commit
d6fdb598b0
@ -60,7 +60,7 @@ func (this *SlackNotifier) Notify(context *alerting.EvalContext) {
|
||||
|
||||
body := map[string]interface{}{
|
||||
"attachments": []map[string]interface{}{
|
||||
map[string]interface{}{
|
||||
{
|
||||
"color": context.GetColor(),
|
||||
//"pretext": "Optional text that appears above the attachment block",
|
||||
// "author_name": "Bobby Tables",
|
||||
|
@ -67,7 +67,7 @@ func sendWebRequest(webhook *Webhook) error {
|
||||
}
|
||||
|
||||
if resp.StatusCode != 200 {
|
||||
return fmt.Errorf("Webhook response code %s", resp.StatusCode)
|
||||
return fmt.Errorf("Webhook response code %v", resp.StatusCode)
|
||||
}
|
||||
|
||||
defer resp.Body.Close()
|
||||
|
Loading…
Reference in New Issue
Block a user