Skip to content

Commit d77dfdf

Browse files
committed
cargo fmt
1 parent 952b128 commit d77dfdf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pax/tests/archive/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,9 @@ fn test_pax_long_paths() {
288288
|| stderr.contains("File name too long")
289289
|| stderr.contains("Is a directory")
290290
{
291-
eprintln!("Skipping long path test: filesystem/environment doesn't support very long paths");
291+
eprintln!(
292+
"Skipping long path test: filesystem/environment doesn't support very long paths"
293+
);
292294
return;
293295
}
294296
}

0 commit comments

Comments
 (0)