Run cargo fmt

This commit is contained in:
Ryan Levick 2020-06-15 14:44:28 +02:00
parent f78e651aa6
commit 44b67ff95d

View file

@ -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,
}
}