Skip to content

Commit

Permalink
style: remove useless empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
kpetremann committed Jul 6, 2023
1 parent 474f8a4 commit 0a44758
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/salt-exporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func setDefaults(healthMinions bool) {
viper.SetDefault("metrics.salt_responses_total.enabled", healthMinions) // TODO: true once health-minions will be removed
viper.SetDefault("metrics.salt_function_status.filters.functions", []string{defaultHealthFunctionsFilter})
viper.SetDefault("metrics.salt_function_status.filters.states", []string{defaultHealthStatesFilter})

}

func getConfig(configFileName string, healthMinions bool) (Config, error) {
Expand Down

0 comments on commit 0a44758

Please sign in to comment.