Skip to content

Commit

Permalink
style: format merkle-tree/hashes.cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x471 committed Jan 4, 2025
1 parent 7304674 commit eaa98c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/merkle_tree/src/hashes.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
use core::hash::HashStateTrait;
use core::pedersen::PedersenTrait;
use core::poseidon::PoseidonTrait;
use core::traits::PartialOrd;
use core::poseidon::hades_permutation;
use core::traits::PartialOrd;

/// Computes a commutative hash of a sorted pair of felt252 values.
///
Expand Down

0 comments on commit eaa98c7

Please sign in to comment.