reformat using 'make fmt' (#13794)

This commit is contained in:
Josh Black
2022-01-27 10:06:34 -08:00
committed by GitHub
parent 6f23d29264
commit b17e3256dd
94 changed files with 226 additions and 250 deletions

View File

@@ -29,7 +29,6 @@ func TestMetricFilterConfigs(t *testing.T) {
for _, tc := range cases {
config, err := LoadConfigFile(tc.configFile)
if err != nil {
t.Fatalf("Error encountered when loading config %+v", err)
}