Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed Nov 14, 2024
1 parent bb2476d commit aab43ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/merk/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ impl Merk {
batch.put_cf(
internal_cf,
FORMAT_VERSION_KEY,
&FORMAT_VERSION.to_be_bytes(),
FORMAT_VERSION.to_be_bytes(),
);

// write to db
Expand Down

0 comments on commit aab43ff

Please sign in to comment.