Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed Jun 17, 2024
1 parent 61803c1 commit 02efffd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/utils/HyperdriveUtils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,6 @@ library HyperdriveUtils {
}

// Calculate the pool's solvency after opening the short.

uint256 tradeFees = (calculateShortCurveFee(
_shortAmount,
_spotPrice,
Expand All @@ -1255,7 +1254,6 @@ library HyperdriveUtils {
}

uint256 shareReserves = _params.shareReserves - tradeDelta;

uint256 exposure = (_params.longExposure -
uint256(_checkpointExposure.max(0))).divDown(
_params.vaultSharePrice
Expand Down

0 comments on commit 02efffd

Please sign in to comment.