Skip to content

Commit

Permalink
reformat Solidity files
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelTroka committed Nov 30, 2023
1 parent 6c3fb14 commit 29b5c7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion test/FeeCalculator.fuzzy.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {SD59x18, sd, intoUint256 as sdIntoUint256} from "@prb/math/src/SD59x18.s
import {UD60x18, ud, intoUint256} from "@prb/math/src/UD60x18.sol";
import "./TestUtilities.sol";


contract FeeCalculatorTestFuzzy is Test {
using TestUtilities for uint256[];

Expand Down
1 change: 1 addition & 0 deletions test/FeeCalculator.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import "./TestUtilities.sol";

contract FeeCalculatorTest is Test {
using TestUtilities for uint256[];

UD60x18 private one = ud(1e18);
UD60x18 private redemptionFeeScale = ud(0.3 * 1e18);
UD60x18 private redemptionFeeShift = ud(0.1 * 1e18); //-log10(0+0.1)=1 -> 10^-1
Expand Down

0 comments on commit 29b5c7d

Please sign in to comment.