Update tests according to new formatter behavior
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
fun foo() {
|
||||
try {
|
||||
"aaa"
|
||||
} catch(e: <selection>Exception</selection>) {
|
||||
} catch (e: <selection>Exception</selection>) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user