added spaces after if and inside the ternary operator
This commit is contained in:
@@ -45,7 +45,7 @@ public abstract class TestAnonymousClass {
|
||||
};
|
||||
|
||||
void foo(int var1) throws Exception {
|
||||
if(var1 > 0) {// 10
|
||||
if (var1 > 0) {// 10
|
||||
TestAnonymousClass.I var2 = new TestAnonymousClass.I() {
|
||||
public void foo() throws Exception {
|
||||
boolean var1 = true;// 13
|
||||
|
||||
Reference in New Issue
Block a user