From 25cafa31e75abc4a869a1a783d6f293cb2b539e5 Mon Sep 17 00:00:00 2001 From: TAMARA LIPOWSKI Date: Thu, 3 Apr 2025 10:53:55 +0200 Subject: [PATCH] chore: forge fmt --- foundry/test/TychoRouter.t.sol | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/foundry/test/TychoRouter.t.sol b/foundry/test/TychoRouter.t.sol index 4fde00a..a54712b 100644 --- a/foundry/test/TychoRouter.t.sol +++ b/foundry/test/TychoRouter.t.sol @@ -1020,7 +1020,10 @@ contract TychoRouterTest is TychoRouterTestSetup { // TEMPORARY while the Ekubo executor address is hardcoded in TychoRouter // This allows us to change the code at that address to be the testing executor code - vm.etch(0xA612f60d3C49E5f13f0e067b14E0eD6656F3F279, 0x2a07706473244BC757E10F2a9E86fB532828afe3.code); + vm.etch( + 0xA612f60d3C49E5f13f0e067b14E0eD6656F3F279, + 0x2a07706473244BC757E10F2a9E86fB532828afe3.code + ); deal(ALICE, 1 ether); uint256 balancerBefore = IERC20(USDC_ADDR).balanceOf(ALICE);