From cf7516df254e7498c0e712463fd16b5c3fe8787a Mon Sep 17 00:00:00 2001 From: Louise Poole Date: Mon, 15 Apr 2024 17:42:30 +0100 Subject: [PATCH] Format --- evm/test/BalancerV2SwapAdapter.t.sol | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/evm/test/BalancerV2SwapAdapter.t.sol b/evm/test/BalancerV2SwapAdapter.t.sol index 3be35a5..20f4f8d 100644 --- a/evm/test/BalancerV2SwapAdapter.t.sol +++ b/evm/test/BalancerV2SwapAdapter.t.sol @@ -43,7 +43,8 @@ contract BalancerV2SwapAdapterTest is Test, ISwapAdapterTypes { amounts[0] = 1e18; amounts[1] = 2e18; - Fraction[] memory prices = adapter.price(B_80BAL_20WETH_POOL_ID, BAL, WETH, amounts); + Fraction[] memory prices = + adapter.price(B_80BAL_20WETH_POOL_ID, BAL, WETH, amounts); for (uint256 i = 0; i < prices.length; i++) { assertGt(prices[i].numerator, 0);