Skip to content

Commit

Permalink
Merge branch 'main' into fuchsnj/complexity_function
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchsnj committed May 24, 2024
2 parents 6492e34 + 1849d34 commit b8dd1ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sds/src/scanner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1481,8 +1481,7 @@ mod test {
("test".to_string(), SimpleEvent::String("bcdef".to_string())),
]));

let matches: Vec<RuleMatch>;
matches = scanner.scan(&mut content);
scanner.scan(&mut content);
});

let snapshot = snapshotter.snapshot().into_hashmap();
Expand Down

0 comments on commit b8dd1ca

Please sign in to comment.