Skip to content

Commit effadc4

Browse files
bojandmarcospb19
authored andcommitted
fix: fix style
1 parent 12d6fe9 commit effadc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matchers/archive.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ pub fn is_zst(buf: &[u8]) -> bool {
227227
return is_zst(next_frame);
228228
}
229229

230-
return false;
230+
false
231231
}
232232

233233
/// Returns whether a buffer is a MSI Windows Installer archive.

0 commit comments

Comments
 (0)