Put lambda parameters on the same line as opening curly brace
This commit is contained in:
@@ -7,8 +7,7 @@ fun test() {
|
||||
}
|
||||
}
|
||||
|
||||
2 ?: some {
|
||||
s ->
|
||||
2 ?: some { s ->
|
||||
val a = 12
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user