Format spaces around by keyword (#1016)
This commit is contained in:
committed by
Dmitry Jemerov
parent
238eaf0d0e
commit
ffe80dd549
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
class Bar(val r: Runnable) : Runnable by r
|
||||
class Foo {
|
||||
val bar by lazy { "" }
|
||||
}
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
class Bar(val r: Runnable) : Runnable by r
|
||||
class Foo {
|
||||
val bar by lazy { "" }
|
||||
}
|
||||
Reference in New Issue
Block a user