From 5e3366b0acfad38c4de8646806616e75aae4ec43 Mon Sep 17 00:00:00 2001 From: cedoor Date: Wed, 22 Nov 2023 13:12:54 +0000 Subject: [PATCH] style(imt): format code with prettier --- packages/imt.sol/contracts/LeanIMT.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/imt.sol/contracts/LeanIMT.sol b/packages/imt.sol/contracts/LeanIMT.sol index dad90ea29..9e6186a61 100644 --- a/packages/imt.sol/contracts/LeanIMT.sol +++ b/packages/imt.sol/contracts/LeanIMT.sol @@ -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,