mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-01-12 08:34:17 +00:00
chore: reorder imports
This commit is contained in:
parent
b67c427d3b
commit
fb77ad3549
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user