Don't add a return statement when the function already defines a named return variable.
In many parts of the code there is a redundant return statement when the function defines a named import. It would be better if we remove return statement.
https://github.com/Cyfrin/2024-08-tadle/blob/main/src/core/PreMarkets.sol#L790
https://github.com/Cyfrin/2024-08-tadle/blob/main/src/core/PreMarkets.sol#L800
https://github.com/Cyfrin/2024-08-tadle/blob/main/src/core/PreMarkets.sol#L810
Low
Manual Inspection
Add this below code by removing the redundant return variables in the above mentioned functions.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.