Format spaces around by keyword (#1016)

This commit is contained in:
Ilya Zorin
2017-01-09 13:19:44 +03:00
committed by Dmitry Jemerov
parent 238eaf0d0e
commit ffe80dd549
4 changed files with 17 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
class Bar(val r: Runnable) : Runnable by r
class Foo {
val bar by lazy { "" }
}
+4
View File
@@ -0,0 +1,4 @@
class Bar(val r: Runnable) : Runnable by r
class Foo {
val bar by lazy { "" }
}