Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Nov 12, 2024
1 parent 5be608b commit 19f63ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion l1-contracts/test/portals/TokenPortal.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ contract TokenPortalTest is Test {
return DataStructures.L1ToL2Msg({
sender: DataStructures.L1Actor(address(tokenPortal), block.chainid),
recipient: DataStructures.L2Actor(l2TokenAddress, 1),
content: Hash.sha256ToField(abi.encodeWithSignature("mint_to_public(bytes32,uint256)", to, amount)),
content: Hash.sha256ToField(
abi.encodeWithSignature("mint_to_public(bytes32,uint256)", to, amount)
),
secretHash: secretHashForL2MessageConsumption,
index: _index
});
Expand Down

0 comments on commit 19f63ed

Please sign in to comment.