Code formatting
This commit is contained in:
committed by
KonstantinAnisimov
parent
eba8a50c43
commit
715db233f9
+1
-1
@@ -363,7 +363,7 @@ private class Inliner(val currentScope: ScopeWithIr, val context: Context) {
|
||||
return statements.map { statement ->
|
||||
if (statement is IrDelegatingConstructorCallImpl) generateIrCall(statement)
|
||||
else statement
|
||||
}.toMutableList()
|
||||
}
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------//
|
||||
|
||||
Reference in New Issue
Block a user