Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinAnisimov committed May 10, 2017
1 parent eba8a50 commit 715db23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}

//-------------------------------------------------------------------------//
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/main/kotlin/kotlin/Arrays.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

package kotlin

import konan.internal.InlineConstructor
import kotlin.collections.*
import kotlin.comparisons.*
import kotlin.internal.PureReifiable
import kotlin.util.sortArrayComparable
import kotlin.util.sortArrayWith
Expand Down

0 comments on commit 715db23

Please sign in to comment.