Skip to content

Commit

Permalink
update capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed Apr 15, 2023
1 parent c2e57fc commit d4a3bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DevOpsTools.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pragma solidity >=0.8.13 <0.9.0;

import {Vm} from "forge-std/Vm.sol";
import {console} from "forge-std/Console.sol";
import {console} from "forge-std/console.sol";

library DevOpsTools {
Vm public constant vm =
Expand Down

0 comments on commit d4a3bb4

Please sign in to comment.