Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 787d76f

Browse files
committed
prettier
1 parent 2196a50 commit 787d76f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contracts/test/liquidators/IonicLiquidatorTest.sol

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ contract IonicLiquidatorTest is UpgradesBaseTest {
150150
vars.debtFundingStrategiesData = new bytes[](0);
151151

152152
vars.redemptionStrategies[0] = IFundsConversionStrategy(0x5cA3fd2c285C4138185Ef1BdA7573D415020F3C8);
153-
vars.strategyData[0] = hex"0000000000000000000000004200000000000000000000000000000000000006000000000000000000000000ac48fcf1049668b285f3dc72483df5ae2162f7e8";
153+
vars.strategyData[
154+
0
155+
] = hex"0000000000000000000000004200000000000000000000000000000000000006000000000000000000000000ac48fcf1049668b285f3dc72483df5ae2162f7e8";
154156

155157
liquidator.safeLiquidateToTokensWithFlashLoan(vars);
156158
}

0 commit comments

Comments
 (0)