Added fix for incorrect Java indentation after a closing "}" in a method declaration

Added tests for Java indentation, including one for issue 2571
This commit is contained in:
Daniel Woznicki 2022-02-24 15:41:15 -08:00 committed by Stephan Seitz
parent fb7a56548b
commit b425a9c813
4 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,2 @@
public class Method {
}