Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Jan 8, 2025
1 parent ed6ed02 commit 95a7c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/katana/storage/db/src/trie/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ fn to_db_key(key: &DatabaseKey<'_>) -> models::trie::TrieDatabaseKey {

#[cfg(test)]
mod tests {
use katana_primitives::hash::{Pedersen, Poseidon, StarkHash};
use katana_primitives::hash::{Poseidon, StarkHash};
use katana_primitives::{felt, hash};
use katana_trie::{verify_proof, ClassesTrie, CommitId};
use starknet::macros::short_string;
Expand Down

0 comments on commit 95a7c12

Please sign in to comment.