Format spaces around in keyword
Fixes: KT-10680
This commit is contained in:
committed by
Nikolay Krasko
parent
8fe63cdfaf
commit
655fc45a87
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
fun f() {
|
||||
if (1 in intArrayOf()) {
|
||||
|
||||
}
|
||||
}
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
fun f() {
|
||||
if (1 in intArrayOf()) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user