tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@ fun foo(a: Int, s: String, i: (Int) -> Int): Int {
|
||||
fun test() {
|
||||
foo(1, "2") { a ->
|
||||
a
|
||||
.plus(1)
|
||||
.plus(2)
|
||||
.plus(1)
|
||||
.plus(2)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user