Skip to content

Commit

Permalink
chore: Appease Clippy-sama 🙇
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome committed Jan 28, 2025
1 parent bde6f32 commit 81b6582
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 1 addition & 3 deletions crates/fraud_proofs/global_merkle_root/storage/src/column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ impl StorageColumn for Column {
let str: &str = column.into();
format!("Merkle{}", str)
}
Column::MerkleMetadataColumn => {
format!("MerkleMetadata")
}
Column::MerkleMetadataColumn => "MerkleMetadata".to_string(),
}
}

Expand Down

0 comments on commit 81b6582

Please sign in to comment.