mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 01:57:50 +07:00
surround with try|finally: insert new line and indent (IDEA-71020)
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ class Test {
|
||||
try {
|
||||
// This is comment"
|
||||
int i = 1;
|
||||
} finally {<caret>
|
||||
} finally {
|
||||
<caret>
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user