Skip to content

Commit

Permalink
style: forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
peyha committed Oct 4, 2024
1 parent a0fe467 commit c343bfb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/PreLiquidationErrorTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,12 @@ contract PreLiquidationErrorTest is BaseTest {
preLiquidation.preLiquidate(BORROWER, seizedAssets, 0, hex"");
}

function testPreLiquidationUndercollateralizedPosition(PreLiquidationParams memory preLiquidationParams, uint256 collateralAmount, uint256 oraclePrice, uint256 repaidShares) public virtual {
function testPreLiquidationUndercollateralizedPosition(
PreLiquidationParams memory preLiquidationParams,
uint256 collateralAmount,
uint256 oraclePrice,
uint256 repaidShares
) public virtual {
preLiquidationParams = boundPreLiquidationParameters({
preLiquidationParams: preLiquidationParams,
minPreLltv: WAD / 100,
Expand Down

0 comments on commit c343bfb

Please sign in to comment.