tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
Vendored
+2
-2
@@ -2,7 +2,7 @@
|
||||
|
||||
fun test() {
|
||||
<caret>listOfNotNull(
|
||||
true, // comment1
|
||||
null // comment2
|
||||
true, // comment1
|
||||
null // comment2
|
||||
).first()
|
||||
}
|
||||
Reference in New Issue
Block a user