mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
IDEA-57936 Not-compiling code after reformating in Java
Avoiding creating code block for replacing expressions
This commit is contained in:
+1
-2
@@ -84,8 +84,7 @@ public class JavaFormatterBracesTest extends AbstractJavaFormatterTest {
|
||||
|
||||
"if (true) {\n" +
|
||||
" i = 1; // Cool if\n" +
|
||||
"}\n" +
|
||||
"else {\n" +
|
||||
"} else {\n" +
|
||||
" i = 2;\n" +
|
||||
"}"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user