Code formatting

This commit is contained in:
Konstantin Anisimov
2017-05-10 18:25:41 +07:00
committed by KonstantinAnisimov
parent eba8a50c43
commit 715db233f9
2 changed files with 2 additions and 2 deletions
@@ -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()
}
}
//-------------------------------------------------------------------------//