Skip to content

Commit 10cd7b2

Browse files
Seppli11sonartech
authored andcommitted
Fix the quality gate
GitOrigin-RevId: f1d995e4fe42689369c27f73c36fb69937acba6d
1 parent 4bbf0bf commit 10cd7b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python-frontend/src/main/java/org/sonar/python/semantic/v2/callgraph/CallGraphNode.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818

1919
public record CallGraphNode(String fqn) {
2020

21-
}
21+
}
22+

0 commit comments

Comments
 (0)