Skip to content

Commit b6614c0

Browse files
committed
fixup JS
1 parent b01efe1 commit b6614c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/printDfg.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ external int selectedSourceColumn();
2424

2525
private predicate selectedSourceColumnAlias = selectedSourceColumn/0;
2626

27-
module ViewCfgQueryInput implements ViewGraphQueryInputSig<File> {
27+
module ViewGraphInput implements ViewGraphQueryInputSig<File> {
2828
predicate selectedSourceFile = selectedSourceFileAlias/0;
2929

3030
predicate selectedSourceLine = selectedSourceLineAlias/0;

0 commit comments

Comments
 (0)