Marcus Efraimsson 7 лет назад
Родитель
Сommit
a1d1c4fb9a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      pkg/services/alerting/notifiers/teams.go

+ 2 - 2
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,
 					},
 				},