Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 20, 2024
1 parent c79d5f4 commit cd9d4b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libcramjam/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mod tests {
test_variant!(deflate, compressed_len = 157174, None);
test_variant!(zstd, compressed_len = 4990, None);
test_variant!(lz4, compressed_len = 303278, None);
test_variant!(blosc2, compressed_len = 2_403_572,);
test_variant!(blosc2, compressed_len = 2_403_572);

#[allow(non_upper_case_globals)]
const format: Option<crate::xz::Format> = None;
Expand Down

0 comments on commit cd9d4b0

Please sign in to comment.