We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69061c6 commit 68b4639Copy full SHA for 68b4639
src/contracts/misc/EmptyImplementation.sol
@@ -5,6 +5,4 @@ pragma solidity ^0.8.0;
5
* @notice This contract is an intentionally empty implementation.
6
* It's to be used for proxies that should be initialized with zero functionality.
7
*/
8
-contract EmptyImplementation {
9
-
10
-}
+contract EmptyImplementation {}
0 commit comments