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