diff --git a/contracts/interfaces/IERCHandler.sol b/contracts/interfaces/IERCHandler.sol index ad87c258..8baa25de 100644 --- a/contracts/interfaces/IERCHandler.sol +++ b/contracts/interfaces/IERCHandler.sol @@ -10,4 +10,4 @@ interface IERCHandler { @param amountOrTokenID Either the amount of ERC20 tokens or the ERC721 token ID to release. */ function withdraw(address tokenAddress, address recipient, uint256 amountOrTokenID) external; -} \ No newline at end of file +}