mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +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 myFoo.method(b*2);
|
||||
return myFoo.method(b * 2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user