Skip to content

Commit 5945c4d

Browse files
joke1196sonartech
authored andcommitted
SONARPY-3744 Fix QG (#825)
GitOrigin-RevId: 40db5dc813096f251eb1e54529891ae2544c5040
1 parent 8d9546b commit 5945c4d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python-frontend/src/main/java/org/sonar/python/types/v2/matchers/TypeMatcherImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ public boolean isTrueFor(Expression expr, SubscriptionContext ctx) {
3838
return evaluateFor(expr, ctx).isTrue();
3939
}
4040

41-
}
41+
}
42+

0 commit comments

Comments
 (0)