Skip to content

Commit cd67dd8

Browse files
committed
format fix
1 parent e3cb257 commit cd67dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Faucet.t.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// SPDX-License-Identifier: MIT OR Apache-2.0
22
pragma solidity ^0.8.26;
33

4-
import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
54
import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
5+
import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
66
import {Test, Vm} from "forge-std/Test.sol";
77

88
import {DeployScript as FaucetDeployer} from "../script/Faucet.s.sol";

0 commit comments

Comments
 (0)