Skip to content

Commit

Permalink
Run the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Jul 17, 2023
1 parent 52eb7d2 commit 5b4ad19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/interface/IVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ import "./ICommon.sol";
interface IVault is ICommon {
event InvalidTransfer(Erc20Transfer transfer);

function batchTransferToErc20(
Erc20Transfer[] calldata tranfers
) external returns (bool[] memory);
function batchTransferToErc20(Erc20Transfer[] calldata tranfers) external returns (bool[] memory);
}

0 comments on commit 5b4ad19

Please sign in to comment.