tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user