Skip to content

Commit 3f2f23d

Browse files
committed
fix: forge fmt
1 parent 17b9c04 commit 3f2f23d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/libs/contracts-sdk/test/fees/AaveFeeForkTest.t.sol

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import {FeeUtils} from "../../contracts/fees/FeeUtils.sol";
1515
import {OwnershipFacet} from "../../contracts/diamond-base/facets/OwnershipFacet.sol";
1616

1717
import {USDC} from "../ABIs/USDC.sol";
18-
import { IPool } from "@aave-dao/aave-v3-origin/src/contracts/interfaces/IPool.sol";
19-
import { ERC20 } from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
18+
import {IPool} from "@aave-dao/aave-v3-origin/src/contracts/interfaces/IPool.sol";
19+
import {ERC20} from "@openzeppelin/contracts/token/ERC20/ERC20.sol";
2020

2121
contract FeeForkTest is Test {
2222
address owner;
@@ -117,8 +117,6 @@ contract FeeForkTest is Test {
117117
console.log("expectedTotalWithdrawl - aka the aTokens in the fee contract after 1 week", expectedTotalWithdrawl);
118118
assertGt(expectedTotalWithdrawl, feeContractAaveTokens);
119119

120-
121-
122120
// now, do the withdrawal
123121
vm.startPrank(APP_USER_ALICE);
124122
aavePerfFeeFacet.withdrawFromAave(REAL_USDC);
@@ -164,5 +162,4 @@ contract FeeForkTest is Test {
164162
tokensWithCollectedFees = feeAdminFacet.tokensWithCollectedFees();
165163
assertEq(tokensWithCollectedFees.length, 0);
166164
}
167-
168165
}

0 commit comments

Comments
 (0)