IDEA-4384 Refactorings should obey "align when multiline"

Test fixes
This commit is contained in:
Denis Zhdanov
2010-10-11 15:08:07 +04:00
parent 3a02f43fb5
commit 8b7ad968fa
7 changed files with 7 additions and 7 deletions
@@ -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);
}
}