Skip to content

Commit a76d321

Browse files
lint
1 parent a5ad5f7 commit a76d321

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/LibMemoryKV.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
// SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd
33
pragma solidity ^0.8.18;
44

5-
import {console2} from "forge-std/console2.sol";
6-
75
/// Entrypoint into the key/value store. Is a mutable pointer to the head of the
86
/// linked list. Initially points to `0` for an empty list. The total word count
97
/// of all inserts is also encoded alongside the pointer to allow efficient O(1)

0 commit comments

Comments
 (0)