Skip to content

Commit 7d78b1a

Browse files
committed
fix fmt
1 parent 9134e28 commit 7d78b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chains/evm/contracts/test/pools/FastTransferTokenPool/FastTransferTokenPool.ccipReceive.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ contract FastTransferTokenPool_ccipReceive_Test is FastTransferTokenPoolSetup {
5757

5858
vm.stopPrank();
5959
vm.prank(s_filler);
60-
s_pool.fastFill(fillId,MESSAGE_ID, SOURCE_CHAIN_SELECTOR, amountToFill, SOURCE_DECIMALS, RECEIVER);
60+
s_pool.fastFill(fillId, MESSAGE_ID, SOURCE_CHAIN_SELECTOR, amountToFill, SOURCE_DECIMALS, RECEIVER);
6161

6262
uint256 fillerBalanceBefore = s_token.balanceOf(s_filler);
6363
uint256 receiverBalanceBefore = s_token.balanceOf(RECEIVER);

0 commit comments

Comments
 (0)