Skip to content

Commit

Permalink
formatting files
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-de-leon-cll committed Jan 5, 2024
1 parent adba249 commit 88f0b17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ contract MockOVMCrossDomainMessenger is iOVM_CrossDomainMessenger {
function sendMessage(address _target, bytes calldata _message, uint32) external override {
Address.functionCall(_target, _message, "sendMessage reverted");
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ contract MockScrollCrossDomainMessenger is IScrollMessenger {
function sendMessage(address _target, uint256, bytes calldata _message, uint256, address) external payable override {
Address.functionCall(_target, _message, "sendMessage reverted");
}

}

0 comments on commit 88f0b17

Please sign in to comment.