Run formatter in function context for converted expression and statements

This commit is contained in:
Nikolay Krasko
2014-04-25 15:39:48 +04:00
parent f11e35f988
commit 13dce4dd11
75 changed files with 331 additions and 343 deletions
@@ -1,3 +1,3 @@
val s = null
if (!s.isEmpty())
{}
if (!s.isEmpty()) {
}
@@ -1,3 +1,3 @@
var s: String? = null
if (!s?.isEmpty()!!)
{}
if (!s?.isEmpty()!!) {
}