Skip to content

Commit 463ce0b

Browse files
committed
fix rules applied
1 parent fa63acb commit 463ce0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/action/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@ impl Default for Action {
175175

176176
impl Action {
177177
pub fn get_applied_rule_ids(&self) -> &LinkedHashSet<String> {
178-
if self.rules_applied.is_empty() {
179-
return &self.rule_ids;
180-
}
181-
182178
&self.rules_applied
183179
}
184180

0 commit comments

Comments
 (0)