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