Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeexcoin committed Jan 8, 2025
1 parent ac7d2d8 commit 11289b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/ExclusiveDelegateResolver.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ contract ExclusiveDelegateResolverTest is Test {
function setUp() public {
// fork mainnet at block 21388707
vm.createSelectFork("mainnet", 21388707);
vm.etch(address(0x6b176c958fb89Ddca0fc8214150DA4c4D0a32fbe), address(0x00000000000000447e69651d841bD8D104Bed493).code);
vm.etch(
address(0x6b176c958fb89Ddca0fc8214150DA4c4D0a32fbe),
address(0x00000000000000447e69651d841bD8D104Bed493).code
);

resolver = new ExclusiveDelegateResolver();
mockERC721 = new MockERC721();
Expand Down

0 comments on commit 11289b0

Please sign in to comment.