Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JhChoy committed Jan 16, 2024
1 parent 4f81c34 commit c685924
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contracts/OctopusHeap.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import "./SignificantBit.sol";
*
* πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™πŸ™
*/

library OctopusHeap {
using PackedUint256 for uint256;
using SignificantBit for uint256;
Expand Down
1 change: 0 additions & 1 deletion contracts/SegmentedSegmentTree.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import "./DirtyUint64.sol";
*
* 🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲🌲
*/

library SegmentedSegmentTree {
using PackedUint256 for uint256;
using DirtyUint64 for uint64;
Expand Down

0 comments on commit c685924

Please sign in to comment.