Skip to content

Commit 0c6c762

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
run prettier
1 parent 25d8eb7 commit 0c6c762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/Marketplace.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ contract MarketplaceTest is BaseTest {
219219

220220
// Actor-1 makes an offer to the direct listing for 4 WETH.
221221
weth.approve(address(marketplace), 4 ether);
222-
222+
223223
vm.warp(1);
224224
marketplace.offer(listingId, 1, NATIVE_TOKEN, 4 ether, type(uint256).max);
225225

@@ -263,7 +263,7 @@ contract MarketplaceTest is BaseTest {
263263

264264
// Actor-1 makes an offer to the direct listing for 4 WETH.
265265
weth.approve(address(marketplace), 4 ether);
266-
266+
267267
vm.warp(2);
268268
marketplace.offer(listingId, 1, NATIVE_TOKEN, 4 ether, 0);
269269

0 commit comments

Comments
 (0)