From 44b67ff95dd512416616ec53ae5da1a46ac88b43 Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Mon, 15 Jun 2020 14:44:28 +0200 Subject: [PATCH] Run cargo fmt --- src/result.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}