Skip to content

Commit e7de23f

Browse files
committed
lint
1 parent 40875c7 commit e7de23f

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

test/utils/MerkleLib.utils.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,7 @@ export async function constructSingleRelayerRefundTree(
179179
}> {
180180
const amountToUse = amount !== undefined ? amount : amountToReturn;
181181
const l2TokenAddress = typeof l2Token === "string" ? l2Token : l2Token.address;
182-
const leaves = buildRelayerRefundLeaves(
183-
[destinationChainId],
184-
[amountToUse],
185-
[l2TokenAddress],
186-
[[]],
187-
[[]]
188-
);
182+
const leaves = buildRelayerRefundLeaves([destinationChainId], [amountToUse], [l2TokenAddress], [[]], [[]]);
189183
const tree = await buildRelayerRefundTree(leaves);
190184
return { leaves, tree };
191185
}

0 commit comments

Comments
 (0)