Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinEgalite committed Nov 9, 2023
1 parent 50a2612 commit 70f15f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libraries/MathLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ library MathLib {
int256 internal constant UPPER_LIMIT = 135.999582271169154765 ether;

/// @dev The value of wExp(UPPER_LIMIT).
uint256 internal constant CAPPED_VALUE = 115792089237316195323137357242501015631897353894317901381819896896488577433600;
uint256 internal constant CAPPED_VALUE =
115792089237316195323137357242501015631897353894317901381819896896488577433600;

/// @dev Returns an approximation of exp.
function wExp(int256 x) internal pure returns (uint256) {
Expand Down

0 comments on commit 70f15f7

Please sign in to comment.