Skip to content

Commit cc15b27

Browse files
committed
style: cargo fmt
1 parent a3df65f commit cc15b27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/parity_benchmark.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,10 @@ fn parity_benchmark() {
271271

272272
let png_paths = corpus::png_files_in_dir(&kodak);
273273
if png_paths.is_empty() {
274-
eprintln!("Skipping parity_benchmark: no PNG files in {}", kodak.display());
274+
eprintln!(
275+
"Skipping parity_benchmark: no PNG files in {}",
276+
kodak.display()
277+
);
275278
return;
276279
}
277280

0 commit comments

Comments
 (0)