[no subject]
From: Bruce Qin
Date: Thu Jul 24 2025 - 13:20:49 EST
Hi Greg,
Thank you for reviewing my patch and pointing out the issue with the closing parenthesis.
You're absolutely right — the ')' should not be on its own line. I've corrected it as suggested and am resending the patch as v2.
I really appreciate your time and feedback. It means a lot to me as a new contributor. Thank you for helping keep the codebase clean and consistent.
Best regards,
Bruce Qin
Changes since v1:
- Moved closing ')' to the end of the last expression line (as suggested by the maintainer)