Skip to content

Commit 507a0c1

Browse files
Copilotowen-mc
andauthored
Fix overlay annotation in ControlFlowGraphShared.qll
Agent-Logs-Url: https://github.com/github/codeql/sessions/011f8465-5ad3-44e2-9d84-f5314ea1afb2 Co-authored-by: owen-mc <62447351+owen-mc@users.noreply.github.com>
1 parent c04b5a2 commit 507a0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/controlflow/ControlFlowGraphShared.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Everything is wrapped in `GoCfg` to avoid name conflicts with the existing
55
* CFG implementation during the transition.
66
*/
7-
overlay[local?]
7+
overlay[local]
88
module;
99

1010
private import codeql.controlflow.ControlFlowGraph as CfgLib

0 commit comments

Comments
 (0)