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
@@ -10,6 +10,6 @@ public class Test {
class X {
public int n(int a) {
return (new Test()).m(a, a*2, new Test());
return (new Test()).m(a, a * 2, new Test());
}
}