Omniscia Steer Protocol Audit
AlgebraMultiPositionLiquidityManager Code Style Findings
AlgebraMultiPositionLiquidityManager Code Style Findings
AMP-01C: Redundant Parenthesis Statement
Type | Severity | Location |
---|---|---|
Code Style | AlgebraMultiPositionLiquidityManager.sol:L54 |
Description:
The referenced statement is redundantly wrapped in parenthesis (()
).
Example:
contracts/vault-types/AlgebraLiquidityManagers/AlgebraMultiPositionLiquidityManager.sol
54return (_positions);
Recommendation:
We advise them to be safely omitted, increasing the legibility of the codebase.
Alleviation (6513a21a002d422e298719b22f73a4559dfd4663):
The redundant parenthesis in the referenced statement have been safely omitted.