Omniscia Steer Protocol Audit

SinglePositionLiquidityManager Code Style Findings

SinglePositionLiquidityManager Code Style Findings

SPL-01C: Generic Typographic Mistake

TypeSeverityLocation
Code StyleSinglePositionLiquidityManager.sol:L261

Description:

The referenced line contains a typographical mistake or generic documentational error (i.e. copy-paste) that should be corrected.

Example:

contracts/vault-types/UniLiquidityManager/SinglePositionLiquidityManager.sol
261// Shares is always >= totalShares so no risk of uint128 overflow here.

Recommendation:

We advise this to be done so to enhance the legibility of the codebase.

Alleviation (0ed41ccc18a72b7e559b8d79ab7ba6172362ee3b):

The referenced line was entirely omitted from the codebase rendering this exhibit no longer applicable.