Skip to content

Commit

Permalink
Fix linter error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Rebhan committed Oct 15, 2021
1 parent 5043468 commit 8aa8eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func NewConfig() *Config {
AggProcessors: make([]*models.RunningProcessor, 0),
InputFilters: make([]string, 0),
OutputFilters: make([]string, 0),
Deprecations: make(map[string][]int64, 0),
Deprecations: make(map[string][]int64),
}

tomlCfg := &toml.Config{
Expand Down

0 comments on commit 8aa8eb7

Please sign in to comment.