Skip to content

Commit

Permalink
style: adjust code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Lüders committed Dec 20, 2023
1 parent 4fae987 commit 93faeb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/configobserver/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (c *Config) loadReportDurationSetting(data map[string][]byte, key string, t
klog.Warningf("%s secret contains an invalid value (%s). Using previous value", key, value)
}
} else {
if "reportPullingDelay" == key {
if key == "reportPullingDelay" {
*target = time.Duration(-1)
}
}
Expand Down

0 comments on commit 93faeb0

Please sign in to comment.