Skip to content

Commit 061e7f0

Browse files
committed
Fix Solidity warning
1 parent a138dc3 commit 061e7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/mocks/BadBeacon.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contract BadBeaconNoImpl {
66
}
77

88
contract BadBeaconNotContract {
9-
function implementation() external view returns (address) {
9+
function implementation() external pure returns (address) {
1010
return address(0x1);
1111
}
1212
}

0 commit comments

Comments
 (0)