Skip to content

Commit

Permalink
fix passed assignment
Browse files Browse the repository at this point in the history
Change-Id: I1ec12953f811e687e72974dc5ff23cce1fdd6ff7
  • Loading branch information
AoranAllen committed Jul 20, 2023
1 parent 4823b9a commit 17f87db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arishem/arishem_rule_execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func executeNoPriorityRules(noPriRules []RuleTarget, dc typedef.DataCtx, opts ..
}
aim := rv.VisitAim(r.AimPTree(), dc, r)
raceCheck.Lock()
rrs = append(rrs, &ruleResult{name: r.Identifier(), aim: aim})
rrs = append(rrs, &ruleResult{name: r.Identifier(), passed: pass, aim: aim})
raceCheck.Unlock()
}
}, rule)
Expand Down

0 comments on commit 17f87db

Please sign in to comment.