tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
Vendored
+7
-7
@@ -2,11 +2,11 @@
|
||||
|
||||
val sb = StringBuilder()
|
||||
val x = listOf(1, 2, 3).joinTo(
|
||||
// comment1
|
||||
buffer = sb,
|
||||
// comment2
|
||||
prefix = "= ",
|
||||
// comment3
|
||||
separator = " + "
|
||||
// comment4
|
||||
// comment1
|
||||
buffer = sb,
|
||||
// comment2
|
||||
prefix = "= ",
|
||||
// comment3
|
||||
separator = " + "
|
||||
// comment4
|
||||
) { "$it*$it" }
|
||||
Reference in New Issue
Block a user