Skip to content

Commit

Permalink
lint: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Dec 23, 2024
1 parent 12f5db7 commit c485d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/solidity-ibc/MigrationTest.t.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.28;

import "forge-std/console.sol";
import { Test } from "forge-std/Test.sol";
import { ILightClientMsgs } from "../../contracts/msgs/ILightClientMsgs.sol";
import { IICS04ChannelMsgs } from "../../contracts/msgs/IICS04ChannelMsgs.sol";
Expand Down
2 changes: 2 additions & 0 deletions test/solidity-ibc/mocks/DummyInitializable.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.28;

// solhint-disable no-empty-blocks

import { Initializable } from "@openzeppelin/proxy/utils/Initializable.sol";

contract DummyInitializable is Initializable {
Expand Down

0 comments on commit c485d31

Please sign in to comment.