chore: reorder imports

This commit is contained in:
Paul Razvan Berg 2023-01-07 11:50:02 +02:00
parent b67c427d3b
commit fb77ad3549
No known key found for this signature in database
GPG Key ID: BCC366159BD63828

View File

@ -1,8 +1,8 @@
// SPDX-License-Identifier: UNLICENSED // SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.8.4; pragma solidity >=0.8.4;
import { console2 } from "forge-std/console2.sol";
import { PRBTest } from "@prb/test/PRBTest.sol"; import { PRBTest } from "@prb/test/PRBTest.sol";
import { console2 } from "forge-std/console2.sol";
import { StdCheats } from "forge-std/StdCheats.sol"; import { StdCheats } from "forge-std/StdCheats.sol";
/// @dev See the "Writing Tests" section in the Foundry Book if this is your first time with Forge. /// @dev See the "Writing Tests" section in the Foundry Book if this is your first time with Forge.