Skip to content

Commit

Permalink
gofmt -s
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Oct 23, 2018
1 parent c14ad35 commit bdbf9a6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions persister/whisper_schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ pattern = .*
retentions = 1m:30d,1h:5y
`,
[]testcase{
testcase{"carbon", "^carbon\\.", "60s:90d"},
testcase{"default", ".*", "1m:30d,1h:5y"},
{"carbon", "^carbon\\.", "60s:90d"},
{"default", ".*", "1m:30d,1h:5y"},
},
)
}
Expand All @@ -122,7 +122,7 @@ pattern = ^carbon\.
retentions = 60s:90d
`,
[]testcase{
testcase{"carbon", "^carbon\\.", "60s:90d"},
{"carbon", "^carbon\\.", "60s:90d"},
},
)
}
Expand Down Expand Up @@ -156,11 +156,11 @@ retentions = 1s:7d
priority = 10
`,
[]testcase{
testcase{"gitlab", "^gitlab\\.", "1s:7d"},
testcase{"collector", "^.*\\.collector\\.", "5s:5m,5m:30d"},
testcase{"jira", "^server\\.", "1s:7d"},
testcase{"carbon", "^carbon\\.", "1m:90d"},
testcase{"db", "^db\\.", "1m:30d,1h:5y"},
{"gitlab", "^gitlab\\.", "1s:7d"},
{"collector", "^.*\\.collector\\.", "5s:5m,5m:30d"},
{"jira", "^server\\.", "1s:7d"},
{"carbon", "^carbon\\.", "1m:90d"},
{"db", "^db\\.", "1m:30d,1h:5y"},
},
)

Expand Down

0 comments on commit bdbf9a6

Please sign in to comment.