From effadc497646de2f70584488c464e0da5b7df3e7 Mon Sep 17 00:00:00 2001 From: Bojan Date: Mon, 12 Apr 2021 11:38:56 -0300 Subject: [PATCH] fix: fix style --- src/matchers/archive.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.