Skip to content

Commit c1e9ce2

Browse files
committed
chore: fmt
1 parent 7bbe2db commit c1e9ce2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/e2e/Deployment.t.sol

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ contract DeploymentTest is Helper(false) {
105105
}
106106

107107
function _implementationAddress(address proxy) internal view returns (address) {
108-
return address(
109-
uint160(uint256(vm.load(proxy, EIP173_IMPLEMENTATION_SLOT)))
110-
);
108+
return address(uint160(uint256(vm.load(proxy, EIP173_IMPLEMENTATION_SLOT))));
111109
}
112110
}

0 commit comments

Comments
 (0)