Skip to content

Commit 06e5b63

Browse files
style: apply cargo fmt formatting
1 parent 19ac7ed commit 06e5b63

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/memory_profile.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ use std::sync::atomic::{AtomicUsize, Ordering};
88
use zentinel_agent_waf::{WafConfig, WafEngine};
99

1010
fn separator(char: char, width: usize) {
11-
println!(
12-
"{}",
13-
std::iter::repeat_n(char, width).collect::<String>()
14-
);
11+
println!("{}", std::iter::repeat_n(char, width).collect::<String>());
1512
}
1613

1714
// Custom allocator to track memory usage

0 commit comments

Comments
 (0)