mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
IDEA-4384 Refactorings should obey "align when multiline"
Test fixes
This commit is contained in:
@@ -8,6 +8,6 @@ public class Foo {
|
||||
class Bar {
|
||||
public Foo myFoo;
|
||||
int a(int b) {
|
||||
return Foo.method(b*2);
|
||||
return Foo.method(b * 2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user