mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-02-19 18:48:15 +00:00
chore: reorder imports alphabetically
This commit is contained in:
parent
292a8fe663
commit
71eb689478
@ -1,9 +1,9 @@
|
|||||||
// SPDX-License-Identifier: UNLICENSED
|
// SPDX-License-Identifier: UNLICENSED
|
||||||
pragma solidity >=0.8.4;
|
pragma solidity >=0.8.4;
|
||||||
|
|
||||||
import { StdCheats } from "forge-std/StdCheats.sol";
|
|
||||||
import { console2 } from "forge-std/console2.sol";
|
import { console2 } from "forge-std/console2.sol";
|
||||||
import { PRBTest } from "@prb/test/PRBTest.sol";
|
import { PRBTest } from "@prb/test/PRBTest.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.
|
||||||
/// https://book.getfoundry.sh/forge/writing-tests
|
/// https://book.getfoundry.sh/forge/writing-tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user