tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
+2
-4
@@ -5,9 +5,7 @@ fun foo() {
|
||||
val x: Int
|
||||
try {
|
||||
x = 1
|
||||
}
|
||||
catch (e: Exception) {
|
||||
} catch (e: Exception) {
|
||||
<caret>x = 2
|
||||
}
|
||||
finally {}
|
||||
} finally {}
|
||||
}
|
||||
Reference in New Issue
Block a user