Skip to content

Commit

Permalink
fix: second typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakekidd committed Jul 12, 2024
1 parent c76b927 commit 89f06ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/QWManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ contract QWManager is IQWManager, Ownable {
nft.transferFrom(address(this), batch.protocol, protocol.positionManager.amount);
}

if (protocol.asset.contractAddress != address(0))
if (protocol.asset.contractAddress != address(0)) {
// Transfer tokens to the child contract.
IERC20(protocol.asset.contractAddress).transfer(batch.protocol, amountToWithdraw);
}
Expand Down

0 comments on commit 89f06ff

Please sign in to comment.