diff --git a/src/matchers/archive.rs b/src/matchers/archive.rs index a5c6c6f..bf3e5f8 100644 --- a/src/matchers/archive.rs +++ b/src/matchers/archive.rs @@ -227,7 +227,7 @@ pub fn is_zst(buf: &[u8]) -> bool { return is_zst(next_frame); } - return false; + false } /// Returns whether a buffer is a MSI Windows Installer archive.