Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Jan 11, 2024
1 parent 549977a commit a827efd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/CreateChildren.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
pragma solidity ^0.8.20;

import {Test} from "forge-std/Test.sol";
import {ChainIdManager} from "../contracts/ChainIdManager.sol";
import {Util} from "./utils/Util.sol";
import {TransparentUpgradeableProxy} from "@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol";
import {CreateChildren} from "../contracts/lib/CreateChildren.sol";
import {CreateChildrenWrapper} from "./testcontract/CreateChildrenWrapper.sol";

// Create a test suite contract
Expand Down

0 comments on commit a827efd

Please sign in to comment.