Skip to content

Commit

Permalink
chore: fix solhint
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya authored and mfw78 committed Oct 7, 2024
1 parent cbfcd21 commit 6833157
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test/e2e/InternalBalances.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@ import {Vm} from "forge-std/Vm.sol";
import {IERC20} from "src/contracts/interfaces/IERC20.sol";
import {IVault} from "src/contracts/interfaces/IVault.sol";

import {
GPv2Interaction,
GPv2Order,
GPv2Signing,
GPv2Trade,
SettlementEncoder
} from "../libraries/encoders/SettlementEncoder.sol";
import {GPv2Interaction, GPv2Order, GPv2Signing, SettlementEncoder} from "../libraries/encoders/SettlementEncoder.sol";
import {Registry, TokenRegistry} from "../libraries/encoders/TokenRegistry.sol";
import {ERC20NoReturn, ERC20ReturningUint} from "../src/NonStandardERC20.sol";
import {Helper, IERC20Mintable} from "./Helper.sol";

using SettlementEncoder for SettlementEncoder.State;
Expand Down

0 comments on commit 6833157

Please sign in to comment.