mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
adding a line after early return block
This commit is contained in:
@@ -36,6 +36,7 @@ impl Policy {
|
||||
},
|
||||
None => return Evaluation::NoMatch,
|
||||
};
|
||||
|
||||
let mut matched_rules: Vec<RuleMatch> = Vec::new();
|
||||
let mut strictest_decision: Option<Decision> = None;
|
||||
for rule in rules {
|
||||
|
||||
Reference in New Issue
Block a user