Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya committed Oct 8, 2024
1 parent 7bbe2db commit c1e9ce2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/Deployment.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ contract DeploymentTest is Helper(false) {
}

function _implementationAddress(address proxy) internal view returns (address) {
return address(
uint160(uint256(vm.load(proxy, EIP173_IMPLEMENTATION_SLOT)))
);
return address(uint160(uint256(vm.load(proxy, EIP173_IMPLEMENTATION_SLOT))));
}
}

0 comments on commit c1e9ce2

Please sign in to comment.