fix: Forge fmt (after updating local foundry)

Took 6 minutes
This commit is contained in:
Diana Carvalho
2025-10-23 15:16:21 +01:00
parent 605122fa96
commit e0cc25e166
5 changed files with 10 additions and 17 deletions

View File

@@ -216,9 +216,7 @@ contract TychoRouterSequentialSwapTest is TychoRouterTestSetup {
)
);
uint256 amountOut = tychoRouter.sequentialSwapPermit2{
value: amountIn
}(
uint256 amountOut = tychoRouter.sequentialSwapPermit2{value: amountIn}(
amountIn,
address(0),
USDC_ADDR,