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