From 1e844f6a1bf7631eea8714470c5ca03fd7f7724a Mon Sep 17 00:00:00 2001 From: Kirill Kuvshinov Date: Thu, 14 Dec 2023 15:20:33 +0300 Subject: [PATCH] fixup! feat: add a contract to operate MoveDebtDelegate --- contracts/flash-swap/ExactOutputFlashSwap.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/flash-swap/ExactOutputFlashSwap.sol b/contracts/flash-swap/ExactOutputFlashSwap.sol index 8e75da32..885ce0d5 100644 --- a/contracts/flash-swap/ExactOutputFlashSwap.sol +++ b/contracts/flash-swap/ExactOutputFlashSwap.sol @@ -150,6 +150,7 @@ abstract contract ExactOutputFlashSwap is IPancakeV3SwapCallback { /// Note that msg.sender is the pool that called the callback, not the original caller /// of the transaction where _flashSwap was invoked. /// @param data Application-specific data + // solhint-disable-next-line no-empty-blocks function _onFlashSwapCompleted(bytes memory data) internal virtual {} /// @dev Ensures that the caller of a callback is a legitimate PancakeSwap pool