Run formatter in function context for converted expression and statements
This commit is contained in:
@@ -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()!!) {
|
||||
}
|
||||
Reference in New Issue
Block a user