Run gofmt
This commit is contained in:
parent
9a030f2902
commit
8868bfa20d
2 changed files with 4 additions and 4 deletions
|
@ -77,8 +77,8 @@ type alertmanagerConfig struct {
|
|||
}
|
||||
|
||||
type resolvedConfig struct {
|
||||
Tags []string
|
||||
Icon string
|
||||
Tags []string
|
||||
Icon string
|
||||
Priority string
|
||||
}
|
||||
|
||||
|
|
|
@ -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",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue