Skip to content

Commit

Permalink
rustfmt adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmayhew committed Feb 10, 2024
1 parent 0a61130 commit 241b6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/cruncher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ mod tests {
assert_eq!(numerics_to_text::den_to_roman("57"), "ⅬⅦ");
assert_eq!(numerics_to_text::den_to_roman("2002"), "ⅯⅯⅡ");
}

#[bench]
fn den_to_roman_bench(b: &mut Bencher) {
b.iter(|| numerics_to_text::den_to_roman("2002"));
Expand Down

0 comments on commit 241b6f4

Please sign in to comment.