chore: forge fmt

This commit is contained in:
TAMARA LIPOWSKI
2025-04-03 10:53:55 +02:00
parent 3a42059598
commit 25cafa31e7

View File

@@ -1020,7 +1020,10 @@ contract TychoRouterTest is TychoRouterTestSetup {
// TEMPORARY while the Ekubo executor address is hardcoded in TychoRouter // 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 // 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); deal(ALICE, 1 ether);
uint256 balancerBefore = IERC20(USDC_ADDR).balanceOf(ALICE); uint256 balancerBefore = IERC20(USDC_ADDR).balanceOf(ALICE);