Omniscia Steer Protocol Audit

IntegralMultiPositionLiquidityManager Code Style Findings

IntegralMultiPositionLiquidityManager Code Style Findings

IMP-01C: Redundant Parenthesis Statement

Description:

The referenced statement is redundantly wrapped in parenthesis (()).

Example:

contracts/vault-types/Algebrav4LiquidityManagers/IntegralMultiPositionLiquidityManager.sol
54return (_positions);

Recommendation:

We advise them to be safely omitted, increasing the legibility of the codebase.

Alleviation (e31556397b9d321737ff47809b572383dda4a2aa):

The redundant parenthesis in the referenced statement have been safely omitted.