Skip to content

Commit

Permalink
style(imt): format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Nov 27, 2023
1 parent af25ec9 commit 5e3366b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/imt.sol/contracts/LeanIMT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ error LeafCannotBeZero();
error LeafAlreadyExists();
error LeafDoesNotExist();


// The LeanIMT is an optimized version of the BinaryIMT.
// This implementation eliminates the use of zeroes, and make the tree depth dynamic.
// When a node doesn't have the right child, instead of using a zero hash as in the BinaryIMT,
Expand Down

0 comments on commit 5e3366b

Please sign in to comment.