tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
// WITH_RUNTIME
|
||||
val v1 = // Some Comment
|
||||
listOf(1, 2, 3, 11, 33, 25, 100).any { it % 2 == 0 } // Some Additional Comment
|
||||
listOf(1, 2, 3, 11, 33, 25, 100).any { it % 2 == 0 } // Some Additional Comment
|
||||
Reference in New Issue
Block a user