From 9c43041e785ca0ffe5adf757a57ee8442e111fe4 Mon Sep 17 00:00:00 2001 From: Haythem Sellami <17862704+haythemsellami@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:35:20 +0300 Subject: [PATCH] chore: lint --- src/core/EulerAggregationVault.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/EulerAggregationVault.sol b/src/core/EulerAggregationVault.sol index 5e916300..da8e21fb 100644 --- a/src/core/EulerAggregationVault.sol +++ b/src/core/EulerAggregationVault.sol @@ -218,7 +218,7 @@ contract EulerAggregationVault is IEulerAggregationVault.Strategy memory strategyData = $.strategies[_strategy]; - if(!strategyData.active) return; + if (!strategyData.active) return; if (_isDeposit) { // Do required approval (safely) and deposit