Skip to content

Commit 226bde7

Browse files
committed
fix: forge fmt
1 parent 668b9ce commit 226bde7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ contract FeeForkTest is Test {
236236
assertEq(tokensWithCollectedFees.length, 1);
237237
assertEq(tokensWithCollectedFees[0], address(USDCErc20));
238238

239-
240239
// test withdrawal of profit from the fee contract as owner
241240
vm.startPrank(owner);
242241
feeAdminFacet.withdrawTokens(address(USDCErc20));

0 commit comments

Comments
 (0)