From 20bfcd960cce344fa1deb0f401c3db2775b7a403 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Thu, 2 May 2024 13:55:32 -0700 Subject: [PATCH] style: fix a cargo fmt check --- src/write.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/write.rs b/src/write.rs index 48699f0f..0760365b 100644 --- a/src/write.rs +++ b/src/write.rs @@ -1320,10 +1320,7 @@ impl ZipWriter { } fn index_by_name(&self, name: &str) -> ZipResult { - self - .files - .get_index_of(name) - .ok_or(ZipError::FileNotFound) + self.files.get_index_of(name).ok_or(ZipError::FileNotFound) } /// Adds another entry to the central directory referring to the same content as an existing