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 7bbe2db commit c1e9ce2Copy full SHA for c1e9ce2
test/e2e/Deployment.t.sol
@@ -105,8 +105,6 @@ contract DeploymentTest is Helper(false) {
105
}
106
107
function _implementationAddress(address proxy) internal view returns (address) {
108
- return address(
109
- uint160(uint256(vm.load(proxy, EIP173_IMPLEMENTATION_SLOT)))
110
- );
+ return address(uint160(uint256(vm.load(proxy, EIP173_IMPLEMENTATION_SLOT))));
111
112
0 commit comments