Added fix for Java interfaces not being indented properly

This commit is contained in:
Daniel Woznicki 2022-02-28 12:09:10 -08:00 committed by Stephan Seitz
parent dcfd6c0637
commit bf2493f5e1
3 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
public interface Foo {
}