Skip to content

Commit 1190956

Browse files
committed
format fix
Signed-off-by: Aaron Sutula <[email protected]>
1 parent 86ca669 commit 1190956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Faucet.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ contract FaucetTest is Test {
5353
faucet.drip(payable(wallet.addr), key);
5454

5555
vm.warp(block.timestamp + (5 minutes));
56-
56+
5757
faucet.drip(payable(wallet.addr), key);
5858
vm.stopPrank();
5959

0 commit comments

Comments
 (0)