Skip to content

Commit 00dfa16

Browse files
committed
system: Fix linter error in mdraid plugin
1 parent fcdf766 commit 00dfa16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod-system/mdraid.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func (s *mdraidSummarizer) Ok(check nagopher.Check) string {
122122
for _, result := range resultCollection {
123123
context := result.Context().OrElse(nil)
124124
if context.Name() == "state" {
125-
arrayCount += 1
125+
arrayCount++
126126
}
127127
}
128128

0 commit comments

Comments
 (0)