Skip to content

Commit

Permalink
🚨 fix lint go simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuHa committed Aug 19, 2023
1 parent 686161c commit 1d89040
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func validateParamsRequired(config *Config) error {
requiredInt := map[string]int64{
"UpdateIntervalSeconds": config.UpdateIntervalSeconds,
"DefaultDecisionSeconds": config.DefaultDecisionSeconds,
"DefaultTimeoutSeconds": config.DefaultTimeoutSeconds,
"DefaultTimeoutSeconds": config.DefaultTimeoutSeconds,
}
for key, val := range requiredInt {
if val < 1 {
Expand Down
4 changes: 2 additions & 2 deletions vendor/github.com/maxlerebourg/simpleredis/simpleredis.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d89040

Please sign in to comment.