Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tansawit committed Jul 23, 2024
1 parent 247113c commit 0250a4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions script/Counter.s.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.13;
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.24;

contract CounterScript {
}
contract CounterScript {}
7 changes: 3 additions & 4 deletions test/Counter.t.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.13;
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.24;

contract CounterTest {
}
contract CounterTest {}

0 comments on commit 0250a4c

Please sign in to comment.