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

@ -0,0 +1,3 @@
@Nothing
public class Testo {
}