Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
haythemsellami committed Jul 10, 2024
1 parent da4f193 commit 9c43041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/EulerAggregationVault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c43041

Please sign in to comment.