Skip to content

Commit

Permalink
chore: space
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Nov 4, 2023
1 parent 76ca930 commit c123cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SpeedJumpIrm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ contract AdaptativeCurveIrm is IIrm {
// <=> endBorrowRate <= startBorrowRate.
avgBorrowRate = uint256((int256(endBorrowRate) - int256(startBorrowRate)).wDivDown(linearVariation));
}

return (avgBorrowRate, endRateAtTarget);
}
}
Expand Down

0 comments on commit c123cfd

Please sign in to comment.