From d62f63e6f3af14084b62b93b2638dbf9ccac12cd Mon Sep 17 00:00:00 2001 From: lucas-manuel Date: Fri, 5 Jul 2024 07:35:48 -0400 Subject: [PATCH] fix: formatting --- test/unit/Withdraw.t.sol | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/unit/Withdraw.t.sol b/test/unit/Withdraw.t.sol index 4a4e72a..9fd04cf 100644 --- a/test/unit/Withdraw.t.sol +++ b/test/unit/Withdraw.t.sol @@ -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);