Formatter: Leave single space between val/var and value parameter
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Foo(val x: Int,
|
||||
var y: Int) {
|
||||
val a = 1
|
||||
var b = 2
|
||||
}
|
||||
Reference in New Issue
Block a user