Skip to content

Commit 2002d94

Browse files
committed
added missing newline
1 parent 1987a65 commit 2002d94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ethereum-contracts/contracts/interfaces/superfluid/IYieldBackend.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ interface IYieldBackend {
2828
/// Invoked by `SuperToken` as delegatecall.
2929
/// Deposits the given amount of the underlying asset into the yield backend.
3030
function deposit(uint256 amount) external;
31+
3132
/// Invoked by `SuperToken` as delegatecall.
3233
/// Deposits the maximum amount of the underlying asset into the yield backend.
3334
/// Maximum is defined by the underlying asset balance of the SuperToken and the yield backend capacity.

0 commit comments

Comments
 (0)