Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Aug 29, 2023
1 parent f240149 commit 9446916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/concrete/OrderBook.sol
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ contract OrderBook is IOrderBookV3, ReentrancyGuard, Multicall, OrderBookV3Flash
{
// Always round IO calculations up so the taker pays more.
Output18Amount takerOutput18 = Output18Amount.wrap(
// Use the capped taker input to calculate the taker
// output.
Input18Amount.unwrap(takerInput18).fixedPointMul(
orderIOCalculation.IORatio, Math.Rounding.Up
)
Expand Down

0 comments on commit 9446916

Please sign in to comment.