Update Prettier Solidity (#3898)
This commit is contained in:
@ -30,9 +30,5 @@ interface ICrossDomainMessenger {
|
||||
* @param _message Message to send to the target.
|
||||
* @param _gasLimit Gas limit for the provided message.
|
||||
*/
|
||||
function sendMessage(
|
||||
address _target,
|
||||
bytes calldata _message,
|
||||
uint32 _gasLimit
|
||||
) external;
|
||||
function sendMessage(address _target, bytes calldata _message, uint32 _gasLimit) external;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user