chore(server): go fmt ./...

pull/5897/head
Pavel Zavora 2022-03-23 10:20:36 +01:00
parent 29effa1e6a
commit fd4cb84954
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
package id
import (
"github.com/influxdata/chronograf"
"github.com/google/uuid"
"github.com/influxdata/chronograf"
)
var _ chronograf.ID = &UUID{}

View File

@ -2069,7 +2069,7 @@ trigger
Trigger: "threshold",
AlertNodes: chronograf.AlertNodes{
IsStateChangesOnly: true,
IsNoRecoveries: true,
IsNoRecoveries: true,
Slack: []*chronograf.Slack{
{},
},