Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Mar 22, 2024
1 parent 8c2440b commit b7e01bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Strategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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);
// }
Expand Down

0 comments on commit b7e01bf

Please sign in to comment.