Add space between 'when' and '('
This commit is contained in:
@@ -5,7 +5,7 @@ enum class MyEnum {
|
||||
|
||||
fun foo() {
|
||||
val a = MyEnum.FIRST
|
||||
when(a) {
|
||||
when (a) {
|
||||
<caret> -> {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user