Format spaces around in keyword

Fixes: KT-10680
This commit is contained in:
Kirill Rakhman
2016-06-20 19:29:29 +02:00
committed by Nikolay Krasko
parent 8fe63cdfaf
commit 655fc45a87
4 changed files with 17 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
fun f() {
if (1 in intArrayOf()) {
}
}
+5
View File
@@ -0,0 +1,5 @@
fun f() {
if (1 in intArrayOf()) {
}
}