Skip to content

Commit 28c0e89

Browse files
committed
Rust: Autoformat.
1 parent e6302ca commit 28c0e89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust/ql/src/queries/security/CWE-696/BadCtorInitialization.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ query predicate edges(PathElement pred, PathElement succ) {
5454

5555
from CtorAttr ctor, StdCall call
5656
where edges*(ctor, call)
57-
select call, ctor, call, "Call to " + call.toString() + " in a function with the " + ctor.getWhichAttr() + " attribute."
57+
select call, ctor, call,
58+
"Call to " + call.toString() + " in a function with the " + ctor.getWhichAttr() + " attribute."

0 commit comments

Comments
 (0)