From b7e01bf677bd5f6d976d64176e45f87b780ceb46 Mon Sep 17 00:00:00 2001 From: Schlagonia Date: Fri, 22 Mar 2024 12:54:53 -0600 Subject: [PATCH] fix: lint --- src/Strategy.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Strategy.sol b/src/Strategy.sol index a3bb41c4..b97517cf 100644 --- a/src/Strategy.sol +++ b/src/Strategy.sol @@ -143,7 +143,7 @@ contract Strategy is BaseStrategy { // TODO: If desired implement withdraw limit logic and any needed state variables. - // EX: + // EX: // if(yieldSource.notShutdown()) { // return asset.balanceOf(address(this)) + asset.balanceOf(yieldSource); // }