Elastic-Finance-DAO / eefi_contracts

0 stars 0 forks source link

[AMP-01C] Generic Typographic Mistake #96

Open stalker474 opened 3 weeks ago

stalker474 commented 3 weeks ago

AMP-01C: Generic Typographic Mistake

Type Severity Location
Code Style AMPLRebaser.sol:L40

Description:

The referenced line contains a typographical mistake (i.e. private variable without an underscore prefix) or generic documentational error (i.e. copy-paste) that should be corrected.

Example:

modifier _rebaseSynced() {

Recommendation:

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