Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: andylokandy <[email protected]>
  • Loading branch information
andylokandy committed Jun 22, 2024
1 parent d5a5c17 commit 66903b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minitrace/src/collector/global_collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ impl GlobalCollector {
}
}

self.reporter.as_mut().unwrap().report(&committed_records);
self.reporter.as_mut().unwrap().report(committed_records);
committed_records.clear();
}
}
Expand Down

0 comments on commit 66903b8

Please sign in to comment.