Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Oct 1, 2024
1 parent 202fbdd commit 56e6b99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/autoscaler/metricsforwarder/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ func loadMetricsforwarderConfig(conf *Config, vcapReader configutil.VCAPConfigur
}

func configurePolicyDb(conf *Config, vcapReader configutil.VCAPConfigurationReader) error {

currentPolicyDb, ok := conf.Db[db.PolicyDb]
if !ok {
conf.Db[db.PolicyDb] = db.DatabaseConfig{}
Expand Down

0 comments on commit 56e6b99

Please sign in to comment.