Skip to content

Commit 19f63ed

Browse files
committed
fmt
1 parent 5be608b commit 19f63ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

l1-contracts/test/portals/TokenPortal.t.sol

+3-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ contract TokenPortalTest is Test {
105105
return DataStructures.L1ToL2Msg({
106106
sender: DataStructures.L1Actor(address(tokenPortal), block.chainid),
107107
recipient: DataStructures.L2Actor(l2TokenAddress, 1),
108-
content: Hash.sha256ToField(abi.encodeWithSignature("mint_to_public(bytes32,uint256)", to, amount)),
108+
content: Hash.sha256ToField(
109+
abi.encodeWithSignature("mint_to_public(bytes32,uint256)", to, amount)
110+
),
109111
secretHash: secretHashForL2MessageConsumption,
110112
index: _index
111113
});

0 commit comments

Comments
 (0)