Skip to content

Commit 49a184c

Browse files
authored
SONARPY-2418 Fix red master (#2220)
1 parent 5a9201b commit 49a184c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-frontend/src/main/java/org/sonar/python/semantic/v2/types/ProgramStateTypeInferenceVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ public void visitQualifiedExpression(QualifiedExpression qualifiedExpression) {
6868
private static PythonType union(Set<PythonType> types) {
6969
return types.stream().collect(TypeUtils.toUnionType());
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)