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