sygnumbank / syguard-contracts

0 stars 1 forks source link

[DYA-02C] Redundant Parenthesis Statements #5

Open ghost opened 8 months ago

ghost commented 8 months ago

DYA-02C: Redundant Parenthesis Statements

Type Severity Location
Code Style Delay.sol:L224, L228

Description:

The referenced statements are redundantly wrapped in parenthesis' (()).

Example:

return (txHash[_nonce]);

Recommendation:

We advise them to be safely omitted, increasing the legibility of the codebase.

ghost commented 8 months ago

The issue will not be fixed but shared with the Gnosis Zodiac team.