Formatter: left brace formatting for "when" expression and "when" entries
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
fun f(x: Any): Int {
|
||||
return when (x)
|
||||
{
|
||||
return when (x) {
|
||||
is Int -> 1
|
||||
else -> 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user