From a1d1c4fb9a310ebb90d0b7bc9d49b935d5e12c90 Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Fri, 7 Sep 2018 11:06:19 +0200 Subject: [PATCH] fix code formatting --- pkg/services/alerting/notifiers/teams.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/services/alerting/notifiers/teams.go b/pkg/services/alerting/notifiers/teams.go index 06fc8c1c5c2..7beb71e5c65 100644 --- a/pkg/services/alerting/notifiers/teams.go +++ b/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, }, },