From c90a8fd3cf9885be0636a29c0edeadadc8843482 Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Fri, 12 May 2023 08:40:06 -0700 Subject: [PATCH] Reformat --- src/write.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/write.rs b/src/write.rs index d3e0f505..69f58d65 100644 --- a/src/write.rs +++ b/src/write.rs @@ -1777,7 +1777,9 @@ mod test { #[test] fn test_filename_looks_like_zip64_locator_3() { let mut writer = ZipWriter::new(io::Cursor::new(Vec::new())); - writer.start_file("\0PK\u{6}\u{6}", FileOptions::default()).unwrap(); + writer + .start_file("\0PK\u{6}\u{6}", FileOptions::default()) + .unwrap(); writer .start_file( "\0\u{4}\0\0PK\u{6}\u{7}\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\u{3}",