Skip to content

Commit 0a6b25d

Browse files
committed
Move PrintGraph to codeql.util
1 parent 2dcfffd commit 0a6b25d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

shared/controlflow/codeql/controlflow/Cfg.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ module MakeWithSplitting<
13131313
}
13141314
}
13151315

1316-
private import PrintGraph as Pp
1316+
private import codeql.util.PrintGraph as Pp
13171317

13181318
final private class FinalNode = Node;
13191319

File renamed without changes.

0 commit comments

Comments
 (0)