Omniscia Boson Protocol Audit
OrchestrationHandlerFacet2 Code Style Findings
OrchestrationHandlerFacet2 Code Style Findings
OH2-01C: Generic Typographic Mistake
| Type | Severity | Location |
|---|---|---|
| Code Style | ![]() | OrchestrationHandlerFacet2.sol:L40 |
Description:
The referenced line contains a typographical mistake (i.e. private variable without an underscore prefix, a non-snake_case module) or generic documentational error (i.e. copy-paste) that should be corrected.
Example:
contracts/protocol/facets/OrchestrationHandlerFacet2.sol
40// - exception here because OrchestrationFacet is split into two facets just because of the size limit. Both facets contrubute to 1 interface - IBosonOrchestrationHandlerRecommendation:
We advise this to be done so to enhance the legibility of the codebase.
Alleviation (8fccc2716047809e4bc7786c95d346e5c61b2896):
The typographic mistake has been corrected.
