Change formatting of function expressions without names
No spaces between 'fun' and value parameter list
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// "Migrate lambda syntax in whole project" "true"
|
||||
|
||||
val a = fun (): Int {
|
||||
val a = fun(): Int {
|
||||
|
||||
val b = fun (): Int = 5
|
||||
val b = fun(): Int = 5
|
||||
|
||||
return b()
|
||||
}
|
||||
Reference in New Issue
Block a user