Skip to content

Commit cb2a378

Browse files
committed
chore: fix linter
1 parent c3c74ea commit cb2a378

File tree

1 file changed

+2
-0
lines changed
  • health-monitors/syslog-health-monitor

1 file changed

+2
-0
lines changed

health-monitors/syslog-health-monitor/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,13 @@ func run() error {
147147

148148
// Remove SysLogsSXIDError check for kata nodes (not supported in kata environment)
149149
filteredChecks := make([]fd.CheckDefinition, 0, len(config.Checks))
150+
150151
for _, check := range config.Checks {
151152
if check.Name != "SysLogsSXIDError" {
152153
filteredChecks = append(filteredChecks, check)
153154
}
154155
}
156+
155157
config.Checks = filteredChecks
156158
}
157159

0 commit comments

Comments
 (0)