From 97cb6ead76ed69dbeae144a47f4dbef807f06082 Mon Sep 17 00:00:00 2001 From: Lukas Date: Thu, 23 Mar 2023 13:04:13 +0100 Subject: [PATCH] fix: linting (#837) --- contracts/protocol/libraries/logic/ValidationLogic.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/protocol/libraries/logic/ValidationLogic.sol b/contracts/protocol/libraries/logic/ValidationLogic.sol index 747d3a26f..2ca31565d 100644 --- a/contracts/protocol/libraries/logic/ValidationLogic.sol +++ b/contracts/protocol/libraries/logic/ValidationLogic.sol @@ -723,7 +723,7 @@ library ValidationLogic { } /** - * @notice Validates if an asset should be automatically activated as collateral in the following actions: supply, + * @notice Validates if an asset should be automatically activated as collateral in the following actions: supply, * transfer, mint unbacked, and liquidate * @dev This is used to ensure that isolated assets are not enabled as collateral automatically * @param reservesData The state of all the reserves