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