Fixed a bug where indentation was not correct for class/enum bodies that had an annotation

This commit is contained in:
Daniel Woznicki 2022-02-24 19:21:09 -08:00 committed by Stephan Seitz
parent 1b47af43ce
commit 18c558fd92
4 changed files with 8 additions and 2 deletions

View file

@ -1,7 +1,5 @@
[
(class_declaration)
(class_body)
(enum_declaration)
(enum_body)
(constructor_declaration)
(constructor_body)