Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jlafiandra6 committed Jun 4, 2024
1 parent c5e9bc2 commit b87eb24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions contracts/examples/Moon.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ import {IbcDispatcher} from "../interfaces/IbcDispatcher.sol";

/**
* @title Moon
* @notice Moon is a simple IBC receiver contract that receives packets and sends acks. For now, it is a copy of Mars.sol, but may be extended in the future.
* @dev This contract is used for only testing IBC functionality and as an example for dapp developers on how to
* integrate with the vibc protocol.
* @notice Moon is a simple IBC receiver contract that receives packets and sends acks.
* For now, it is a copy of Mars.sol, but may be extended in the future.
* @dev This contract is used for only testing IBC functionality and as an example for dapp developers
* on how to integrate with the vibc protocol.
*/
contract Moon is IbcReceiverBase, IbcReceiver {
// received packet as chain B
Expand Down

0 comments on commit b87eb24

Please sign in to comment.