Skip to content

Commit 6fbe951

Browse files
committed
fmt
1 parent a6e7c67 commit 6fbe951

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/EulerSwap.t.sol

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ contract EulerSwapTest is MaglevTestBase {
167167
assertEq(assetTST2.balanceOf(address(this)), amountOut);
168168
}
169169

170-
function test_fuzzAll(uint256 cx, uint256 cy, uint256 fee, uint256[8] calldata amounts, bool[8] calldata dirs) public {
170+
function test_fuzzAll(uint256 cx, uint256 cy, uint256 fee, uint256[8] calldata amounts, bool[8] calldata dirs)
171+
public
172+
{
171173
cx = bound(cx, 0.01e18, 0.99e18);
172174
cy = bound(cy, 0.01e18, 0.99e18);
173175
fee = bound(fee, 0, 0.1e18);

0 commit comments

Comments
 (0)