diff --git a/src/result.rs b/src/result.rs index 62ecbb82..3faec859 100644 --- a/src/result.rs +++ b/src/result.rs @@ -25,4 +25,4 @@ pub enum ZipError { /// The requested file could not be found in the archive #[error("specified file not found in archive")] FileNotFound, -} \ No newline at end of file +}