Skip to content

Commit

Permalink
config: fix Go formatting (prometheus#1368)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pasquier <[email protected]>
  • Loading branch information
simonpasquier authored and stuartnelson3 committed May 7, 2018
1 parent 75900ea commit 28967e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ func TestDefaultReceiverExists(t *testing.T) {
route:
group_wait: 30s
`
_, err := Load(in)
_, err := Load(in)

expected := "root route must specify a default receiver"
expected := "root route must specify a default receiver"

if err == nil {
t.Fatalf("no error returned, expected:\n%v", expected)
Expand Down

0 comments on commit 28967e3

Please sign in to comment.