Skip to content

Commit

Permalink
fix: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand authored and marcospb19 committed Jun 11, 2023
1 parent 12d6fe9 commit effadc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matchers/archive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit effadc4

Please sign in to comment.