Formatter: Fix spacing between '=' and '{' in property accessors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
val foo: String
|
||||
get() {
|
||||
get() {
|
||||
return "abc"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user