Omniscia Steer Protocol Audit
SteerGovernance Code Style Findings
SteerGovernance Code Style Findings
SGE-01C: Generic Typographic Mistake
Type | Severity | Location |
---|---|---|
Code Style | SteerGovernance.sol:L28 |
Description:
The referenced line contains a typographical mistake or generic documentational error (i.e. copy-paste) that should be corrected.
Example:
contracts/SteerGovernance.sol
28address internal InternalGovernanceTimeLock;
Recommendation:
We advise this to be done so to enhance the legibility of the codebase.
Alleviation (200f275c40cbd4798f4a416c044ea726755d4741):
The variable was aptly edited to start with a lowercase letter rather than an uppercase one, increasing the standardization of the codebase.