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