added spaces after if and inside the ternary operator

This commit is contained in:
Egor.Ushakov
2017-04-04 17:03:49 +03:00
parent e09e303e71
commit d706718b1b
15 changed files with 44 additions and 44 deletions

View File

@@ -23,7 +23,7 @@ public final class TestKotlinConstructorKt {
Object item$iv$iv = var4.next();
String it = (String)item$iv$iv;// 12
Mapping var10000 = new Mapping;
if(it == null) {// 3
if (it == null) {// 3
throw new TypeCastException("null cannot be cast to non-null type kotlin.String");
}