Skip to content

Commit 68b4639

Browse files
committed
fix: lint
1 parent 69061c6 commit 68b4639

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/contracts/misc/EmptyImplementation.sol

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ pragma solidity ^0.8.0;
55
* @notice This contract is an intentionally empty implementation.
66
* It's to be used for proxies that should be initialized with zero functionality.
77
*/
8-
contract EmptyImplementation {
9-
10-
}
8+
contract EmptyImplementation {}

0 commit comments

Comments
 (0)