Commit 64a3a4a4 authored by Juan C's avatar Juan C

Format `Counter.t.sol` properly

parent c115e508
// SPDX-License-Identifier: UNLICENSED // SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.13; pragma solidity ^0.8.13;
import {Counter} from "./Counter.sol"; import { Counter } from "./Counter.sol";
contract CounterTest { contract CounterTest {
Counter counter; Counter counter;
function setUp() public { function setUp() public {
counter = new Counter(); counter = new Counter();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment