mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-169556 Join Lines inserts redundant space in some cases
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Foo {
|
||||
void f() {
|
||||
if (ff) { /*comment*/ return null;
|
||||
if (ff) { /*comment*/return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user