Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
proletesseract committed Oct 26, 2023
1 parent cd63d62 commit d4bc8cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/interfaces/root/IRootERC20Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,13 @@ interface IRootERC20BridgeEvents {
uint256 amount
);
event IMXDeposit(address indexed rootToken, address depositor, address indexed receiver, uint256 amount);
event WETHDeposit(address indexed rootToken, address indexed childToken, address depositor, address indexed receiver, uint256 amount);
event WETHDeposit(
address indexed rootToken,
address indexed childToken,
address depositor,
address indexed receiver,
uint256 amount
);
event NativeEthDeposit(
address indexed rootToken,
address indexed childToken,
Expand Down

0 comments on commit d4bc8cb

Please sign in to comment.