Run gofmt

This commit is contained in:
Thorben Günther 2023-09-28 13:42:49 +02:00
parent 9a030f2902
commit 8868bfa20d
No known key found for this signature in database
GPG key ID: 415CD778D8C5AFED
2 changed files with 4 additions and 4 deletions

View file

@ -77,8 +77,8 @@ type alertmanagerConfig struct {
}
type resolvedConfig struct {
Tags []string
Icon string
Tags []string
Icon string
Priority string
}

View file

@ -105,8 +105,8 @@ cache {
URL: "https://alertmanager.xenrox.net",
},
Resolved: resolvedConfig{
Tags: []string{"resolved", "partying_face"},
Icon: "https://foo.com/resolved.png",
Tags: []string{"resolved", "partying_face"},
Icon: "https://foo.com/resolved.png",
Priority: "1",
},
}