Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Jan 3, 2024
1 parent 348af6b commit fca3c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/BC_fusion/interface/ICrossChain.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
pragma solidity 0.8.17;

interface ICrossChain {
function registeredContractChannelMap(address, uint8) external view returns (bool);
function registeredContractChannelMap(address, uint8) external view returns (bool);
}

0 comments on commit fca3c57

Please sign in to comment.