fix code formatting

This commit is contained in:
Marcus Efraimsson
2018-09-07 11:06:19 +02:00
parent e983f8f54b
commit a1d1c4fb9a

View File

@@ -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,
},
},