Skip to content

Commit 9f6c91b

Browse files
committed
fetch and merge
1 parent 61e4f3e commit 9f6c91b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nullaway/src/main/java/com/uber/nullaway/generics/GenericsChecks.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -484,10 +484,10 @@ public void checkTypeParameterNullnessForAssignability(
484484
Type.ClassType classType = (Type.ClassType) rhsType;
485485
// create a new Type.ClassType that has inferred types
486486
rhsType =
487-
new Type.ClassType(
488-
classType.getEnclosingType(),
489-
com.sun.tools.javac.util.List.from(newTypeArgument),
490-
classType.tsym);
487+
new Type.ClassType(
488+
classType.getEnclosingType(),
489+
com.sun.tools.javac.util.List.from(newTypeArgument),
490+
classType.tsym);
491491
}
492492
}
493493
}

0 commit comments

Comments
 (0)