Skip to content

Commit

Permalink
Update ChildERC20Bridge.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Nov 5, 2023
1 parent 962581b commit 525dc9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/child/ChildERC20Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ contract ChildERC20Bridge is
/**
* @notice Fallback function on recieving native IMX.
*/
receive() external payable {
}
receive() external payable {}

/**
* @notice Initilization function for RootERC20Bridge.
Expand Down

0 comments on commit 525dc9f

Please sign in to comment.