Formatter: Fix spacing between '=' and '{' in property accessors
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
// ERROR: Variable 'foo' must be initialized
|
||||
|
||||
class A {
|
||||
val t: Int get() {
|
||||
val t: Int get() {
|
||||
val foo: Int
|
||||
return foo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user