tests: apply official code style

#KT-38632 Fixed
This commit is contained in:
Dmitry Gridin
2020-04-28 15:51:57 +07:00
parent d8f9643650
commit 11a3482970
406 changed files with 1785 additions and 1525 deletions
@@ -2,6 +2,6 @@
// FIX: Add trailing comma
fun a(
i: Int,
b: Boolean,
i: Int,
b: Boolean,
) = Unit
@@ -2,6 +2,6 @@
// FIX: Add trailing comma
fun a(
i: Int,
b: Boolean,
i: Int,
b: Boolean,
) = Unit
@@ -2,6 +2,6 @@
// FIX: Add trailing comma
fun a(
i: Int,
b: Boolean,
i: Int,
b: Boolean,
) = Unit
@@ -2,9 +2,9 @@
// FIX: Add trailing comma
val x = {
x: String,
y
: String,
x: String,
y
: String,
->
val a = 2
}
@@ -2,7 +2,7 @@
// FIX: Fix comma position
fun a(
i: Int, /*
i: Int, /*
*/
b: Boolean,
b: Boolean,
) = Unit
@@ -2,7 +2,7 @@
// FIX: Fix comma position
fun a(
i: Int, /*
i: Int, /*
*/
b: Boolean,
b: Boolean,
) = Unit
@@ -2,8 +2,8 @@
// FIX: Fix comma position
val x = {
x: Comparable<Comparable<Number>>,
y: String,
x: Comparable<Comparable<Number>>,
y: String,
->
val a = 42
}
@@ -2,6 +2,6 @@
// FIX: Add line break
fun a(
i: Int,
b: Boolean,
i: Int,
b: Boolean,
) = Unit
@@ -2,6 +2,6 @@
// FIX: Add line break
fun a(
i: Int,
b: Boolean,
i: Int,
b: Boolean,
) = Unit
@@ -2,6 +2,6 @@
// FIX: Add line break
fun a(
i: Int,
b: Boolean,
i: Int,
b: Boolean,
) = Unit