Skip to content

Commit adefbf8

Browse files
committed
style: fmt
1 parent 875b0a3 commit adefbf8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Vm.sol

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/Config.t.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import {Config} from "../src/Config.sol";
77
import {StdConfig} from "../src/StdConfig.sol";
88
import {ConfigView, LibConfigView} from "../src/LibConfigView.sol";
99

10+
// forgefmt: disable-start
1011
contract ConfigTest is Test, Config {
1112
using LibConfigView for ConfigView;
1213
function setUp() public {

0 commit comments

Comments
 (0)