Put lambda parameters on the same line as opening curly brace
This commit is contained in:
+1
-2
@@ -1,6 +1,5 @@
|
||||
fun foo() {
|
||||
val ff = {
|
||||
it: Int ->
|
||||
val ff = { it: Int ->
|
||||
it
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user