Skip to content

Commit

Permalink
chore(server): go fmt ./...
Browse files Browse the repository at this point in the history
  • Loading branch information
sranka committed Apr 4, 2022
1 parent 29effa1 commit fd4cb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion id/uuid.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package id

import (
"github.com/influxdata/chronograf"
"github.com/google/uuid"
"github.com/influxdata/chronograf"
)

var _ chronograf.ID = &UUID{}
Expand Down
2 changes: 1 addition & 1 deletion kapacitor/ast_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,7 @@ trigger
Trigger: "threshold",
AlertNodes: chronograf.AlertNodes{
IsStateChangesOnly: true,
IsNoRecoveries: true,
IsNoRecoveries: true,
Slack: []*chronograf.Slack{
{},
},
Expand Down

0 comments on commit fd4cb84

Please sign in to comment.