Skip to content

Commit cd8ea78

Browse files
committed
Python: Autoformat
1 parent 9e252d5 commit cd8ea78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/ql/test/experimental/library-tests/CallGraph/CallGraphTest.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ class PointsToResolver extends CallGraphResolver, TPointsToResolver {
138138

139139
override string toString() { result = "PointsToResolver" }
140140
}
141+
141142
/** A call graph resolved based on Type Trackers */
142143
class TypeTrackerResolver extends CallGraphResolver, TTypeTrackerResolver {
143144
override predicate callEdge(Call call, Function callable) { none() }

0 commit comments

Comments
 (0)