Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel committed Jul 5, 2024
1 parent 747eb61 commit d62f63e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/Withdraw.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -574,10 +574,10 @@ contract PSMWithdrawTests is PSMTestBase {
{
// User1s remaining shares are used
uint256 user1SDai = (user1Shares - expectedUser1SharesBurned)
* totalValue
/ totalShares
* 1e27
/ conversionRate;
* totalValue
/ totalShares
* 1e27
/ conversionRate;

assertApproxEqAbs(sDai.balanceOf(user1), user1SDai, 2);
assertApproxEqAbs(sDai.balanceOf(user2), 0, 0);
Expand Down

0 comments on commit d62f63e

Please sign in to comment.