tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
@@ -6,10 +6,10 @@ object Test {
|
||||
println()// Comment
|
||||
|
||||
Test
|
||||
// Comment1
|
||||
.foo()
|
||||
// Comment2
|
||||
.indexOf("s")
|
||||
// Comment1
|
||||
.foo()
|
||||
// Comment2
|
||||
.indexOf("s")
|
||||
}
|
||||
|
||||
fun foo(): String {
|
||||
|
||||
Reference in New Issue
Block a user