Skip to content

Commit 18eccae

Browse files
committed
lint: fix
1 parent 20d6d6b commit 18eccae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/DeployScript.s.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
// SPDX-License-Identifier: UNLICENSED
22
pragma solidity ^0.8.10;
33

4-
import { PriceType } from "src/Enums.sol";
54
import "forge-std/Script.sol";
5+
6+
import { PriceType } from "src/Enums.sol";
67
import { ReservoirPriceOracle } from "src/ReservoirPriceOracle.sol";
78

89
contract DeployScript is Script {

0 commit comments

Comments
 (0)