Skip to content

Ensure new line character before closing brace in enums (closes #47)#48

Merged
NathanLovato merged 2 commits intoGDQuest:mainfrom
shadr:fix-new-line-before-closing-bracket-in-enums
Sep 19, 2025
Merged

Ensure new line character before closing brace in enums (closes #47)#48
NathanLovato merged 2 commits intoGDQuest:mainfrom
shadr:fix-new-line-before-closing-bracket-in-enums

Conversation

@shadr
Copy link
Copy Markdown
Contributor

@shadr shadr commented Sep 19, 2025

This PR ensures new line character at the end of enum (closes #47).

I also removed one topiary capture name related to dictionaries, because dictionaries and enums should behave similarily and tests pass without it.

@shadr shadr force-pushed the fix-new-line-before-closing-bracket-in-enums branch from 446b69a to ff7958a Compare September 19, 2025 12:48
@shadr
Copy link
Copy Markdown
Contributor Author

shadr commented Sep 19, 2025

Errr... miss typed brace as bracket in the branch name and the commit message. For learning purposes I did a rebase and a force-with-lease push, I hope I didn't break anything doing that :)

@NathanLovato NathanLovato merged commit cb446ce into GDQuest:main Sep 19, 2025
@NathanLovato
Copy link
Copy Markdown
Contributor

Great job, thanks!

@shadr shadr deleted the fix-new-line-before-closing-bracket-in-enums branch September 25, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong position of the closing brace in multi-line enums

2 participants