Commit a1d1c4fb by Marcus Efraimsson

fix code formatting

parent e983f8f5
......@@ -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,
},
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment