Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alrxy committed Dec 16, 2024
1 parent 4e960be commit 84e1fae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ contract SelfRegisterSqrtTaskMiddleware is
}

/// @notice Prevents DOS by limiting total number of shared vaults that can be registered
/// @dev MAX_SHARED_VAULTS constant prevents unbounded iteration when looping through shared vaults
/// @dev MAX_SHARED_VAULTS constant prevents unbounded iteration when looping through shared vaults
function _beforeRegisterSharedVault(
address sharedVault
) internal override {
Expand Down

0 comments on commit 84e1fae

Please sign in to comment.