Skip to content

Commit

Permalink
Rust: Autoformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffw0 committed Nov 25, 2024
1 parent e6302ca commit 28c0e89
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ query predicate edges(PathElement pred, PathElement succ) {

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

0 comments on commit 28c0e89

Please sign in to comment.