Skip to content

Commit d4a3bb4

Browse files
committed
update capitalization
1 parent c2e57fc commit d4a3bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DevOpsTools.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pragma solidity >=0.8.13 <0.9.0;
44

55
import {Vm} from "forge-std/Vm.sol";
6-
import {console} from "forge-std/Console.sol";
6+
import {console} from "forge-std/console.sol";
77

88
library DevOpsTools {
99
Vm public constant vm =

0 commit comments

Comments
 (0)