fables-tales / rubyfmt

Ruby Autoformatter!
MIT License
1.07k stars 50 forks source link

Fix comment rendering for sclasses #420

Closed reese closed 1 year ago

reese commented 1 year ago

Closes #412

Classes and modules already use format_constant_body to format their class bodies in the same way. These same rules can be used for sclass nodes, which follow the same rules. This fixes a subtle bug that was misaligning comments at the beginning of sclass bodies.