From df70f6a320a7a536616dcb50d650f2bdaedffdf7 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Fri, 24 May 2024 14:57:06 -0700 Subject: [PATCH] Fix unmatched bracket due to bad merge Signed-off-by: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> --- src/write.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/write.rs b/src/write.rs index 7c2ee5c0..f1248576 100644 --- a/src/write.rs +++ b/src/write.rs @@ -815,7 +815,7 @@ impl ZipWriter { let _ = self.abort_file(); return Err(e); } - + } // file name writer.write_all(&file.file_name_raw)?; // zip64 extra field