Skip to content

Commit

Permalink
lint(fmt): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfertel committed Apr 29, 2024
1 parent d3a0b36 commit e212e89
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/crypto/src/merkle/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@ mod tests {
use const_hex::FromHex;
use rand::{thread_rng, RngCore};

use super::keccak::KeccakBuilder;
use super::{Bytes32, MerkleVerifier};
use super::{keccak::KeccakBuilder, Bytes32, MerkleVerifier};

/// Shorthand for converting from a hex str to a fixed 32-bytes array.
macro_rules! hex_to_bytes_32 {
Expand Down

0 comments on commit e212e89

Please sign in to comment.