Open ghost opened 8 months ago
The referenced statements are redundantly wrapped in parenthesis' (()).
()
return (txHash[_nonce]);
We advise them to be safely omitted, increasing the legibility of the codebase.
The issue will not be fixed but shared with the Gnosis Zodiac team.
DYA-02C: Redundant Parenthesis Statements
Description:
The referenced statements are redundantly wrapped in parenthesis' (
()
).Example:
Recommendation:
We advise them to be safely omitted, increasing the legibility of the codebase.