Mago 0.19.2 🛠️
### Bug Fixes & Improvements:
This patch release addresses specific formatting inconsistencies, enhancing both the accuracy and readability of the output.
- Corrected Trailing Comment Placement: Resolved an issue where trailing comments following function calls within return statements were incorrectly positioned before the semicolon. They now correctly appear after the semicolon, adhering to standard syntax. #144
- Enhanced Dangling Block Comment Spacing: Improved the visual separation of dangling comments within non-empty code blocks. A newline is now automatically inserted before these comments, providing necessary spacing and improving code clarity. #143
Full Changelog: 0.19.1...0.19.2