Skip to content

Commit 2f19537

Browse files
authored
Evm: format with nightly forge (#388)
1 parent af55ec9 commit 2f19537

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

evm/test/IntegrationManual.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ contract TestRelayerEndToEndManual is IntegrationHelpers, IRateLimiterEvents {
239239
nttManagerChain1.transfer{
240240
value: wormholeTransceiverChain1.quoteDeliveryPrice(
241241
chainId2, buildTransceiverInstruction(false)
242-
)
242+
)
243243
}(
244244
sendingAmount,
245245
chainId2,

evm/test/IntegrationRelayer.t.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ contract TestEndToEndRelayer is IntegrationHelpers, IRateLimiterEvents, Wormhole
355355
nttManagerChain1.transfer{
356356
value: wormholeTransceiverChain1.quoteDeliveryPrice(
357357
chainId2, buildTransceiverInstruction(false)
358-
)
358+
)
359359
}(
360360
sendingAmount,
361361
chainId2,
@@ -409,7 +409,7 @@ contract TestEndToEndRelayer is IntegrationHelpers, IRateLimiterEvents, Wormhole
409409
nttManagerChain2.transfer{
410410
value: wormholeTransceiverChain2.quoteDeliveryPrice(
411411
chainId1, buildTransceiverInstruction(false)
412-
)
412+
)
413413
}(
414414
sendingAmount,
415415
chainId1,

0 commit comments

Comments
 (0)