Skip to content

Commit e5faf92

Browse files
committed
Rust: Make QL-for-QL happy (part 2).
1 parent 5f9e1c3 commit e5faf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/src/queries/summary/QuerySinks.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ import codeql.rust.dataflow.DataFlow
1414
import Stats
1515

1616
from DataFlow::Node n
17-
select n, "Sink for " + strictconcat(getAQuerySinkKind(n), ", ")
17+
select n, "Sink for " + strictconcat(getAQuerySinkKind(n), ", ") + "."

0 commit comments

Comments
 (0)