mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-06 05:10:22 +07:00
return moved to separate line to simplify debugging
This commit is contained in:
@@ -124,7 +124,9 @@ public class EnterHandler extends BaseEnterHandler {
|
||||
throw new AssertionError("Wrong caret offset change by " + delegate);
|
||||
}
|
||||
|
||||
if (result == EnterHandlerDelegate.Result.Stop) return;
|
||||
if (result == EnterHandlerDelegate.Result.Stop) {
|
||||
return;
|
||||
}
|
||||
if (result != EnterHandlerDelegate.Result.Continue) {
|
||||
if (result == EnterHandlerDelegate.Result.DefaultForceIndent) {
|
||||
forceIndent = true;
|
||||
|
||||
Reference in New Issue
Block a user