tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
+4
-4
@@ -2,8 +2,8 @@
|
||||
// WITH_RUNTIME
|
||||
fun foo(a: String?) {
|
||||
val b = a // comment1
|
||||
// comment2
|
||||
?.let {
|
||||
it.length
|
||||
}
|
||||
// comment2
|
||||
?.let {
|
||||
it.length
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user