remove redundant line break in generated code (IDEA-189268)

This commit is contained in:
Anna.Kozlova
2018-04-03 12:02:32 +02:00
parent 29b1028c43
commit c8493f4064
3 changed files with 0 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ class A extends I {
@Override
public int hashCode() {
int result = super.hashCode();
result = 31 * result + Arrays.hashCode(a1);
return result;