Skip to content

Commit cedc03f

Browse files
authored
forge fmt (foundry-rs#3345)
1 parent 906ba37 commit cedc03f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cli/assets/CounterTemplate.t.sol

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ import "../src/Counter.sol";
66

77
contract CounterTest is Test {
88
Counter public counter;
9+
910
function setUp() public {
10-
counter = new Counter();
11-
counter.setNumber(0);
11+
counter = new Counter();
12+
counter.setNumber(0);
1213
}
1314

1415
function testIncrement() public {

0 commit comments

Comments
 (0)