Add space between 'when' and '('
This commit is contained in:
@@ -3,6 +3,31 @@ fun some(x: Any) {
|
||||
is Number -> 0
|
||||
else -> 1
|
||||
}
|
||||
when {
|
||||
}
|
||||
|
||||
when {
|
||||
}
|
||||
|
||||
|
||||
when {
|
||||
}
|
||||
|
||||
when (true) {
|
||||
|
||||
}
|
||||
|
||||
when (true) {
|
||||
|
||||
}
|
||||
|
||||
when (true) {
|
||||
|
||||
}
|
||||
|
||||
when (true) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// SET_FALSE: ALIGN_IN_COLUMNS_CASE_BRANCH
|
||||
Reference in New Issue
Block a user