mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-4384 Refactorings should obey "align when multiline"
Test fixes
This commit is contained in:
+1
-1
@@ -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());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user