fix code formatting

pull/13167/head
Marcus Efraimsson 7 years ago
parent e983f8f54b
commit a1d1c4fb9a
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A
  1. 4
      pkg/services/alerting/notifiers/teams.go

@ -104,7 +104,7 @@ func (this *TeamsNotifier) Notify(evalContext *alerting.EvalContext) error {
"@type": "OpenUri",
"name": "View Rule",
"targets": []map[string]interface{}{
{
{
"os": "default", "uri": ruleUrl,
},
},
@ -114,7 +114,7 @@ func (this *TeamsNotifier) Notify(evalContext *alerting.EvalContext) error {
"@type": "OpenUri",
"name": "View Graph",
"targets": []map[string]interface{}{
{
{
"os": "default", "uri": evalContext.ImagePublicUrl,
},
},

Loading…
Cancel
Save