Skip to content

Commit

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

}

0 comments on commit 2f5aaad

Please sign in to comment.