Update datastructuresmethods.go

This commit is contained in:
Benyamin Hirschberg
2021-09-14 16:51:16 +03:00
committed by GitHub
parent e2d4f8961e
commit a5e2ebf647
@@ -127,9 +127,6 @@ func (ruleReport *RuleReport) GetNumberOfFailedResources() int {
if !ruleReport.DeleteIfRedundantResponse(&ruleReport.RuleResponses[i], i) {
sum++
}
// else {
// i--
// }
}
}
return sum