Don't indent closing parenthesis in conditions
#KT-21485 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo() {
|
||||
if (longCond1 &&
|
||||
longCond2
|
||||
) {
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
fun foo() {
|
||||
if (longCond1 &&
|
||||
longCond2
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user