Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Aug 6, 2024
1 parent 709cacb commit cba2f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/marzano_messenger/src/emit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pub trait Messager: Send + Sync {
for r in execution_result {
if is_match(&r) {
if let Some(ranges) = r.get_ranges() {
details.matched += ranges.len();
details.matched += ranges.len() as i32;
}
}
if let MatchResult::Rewrite(_) = r {
Expand Down

0 comments on commit cba2f70

Please sign in to comment.