tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
+2
-2
@@ -3,6 +3,6 @@
|
||||
// IS_APPLICABLE_2: false
|
||||
fun foo(list: List<String?>) {
|
||||
val <caret>result: String? = list
|
||||
.firstOrNull { it != "" }
|
||||
?.substring(1)
|
||||
.firstOrNull { it != "" }
|
||||
?.substring(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user