Skip to content

Commit 75a3c93

Browse files
committed
Rust: Autoformat (again).
1 parent fe2d0b6 commit 75a3c93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust/ql/src/queries/summary/TaintSources.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ import codeql.rust.Concepts
1414
from ThreatModelSource s, string defaultString
1515
where
1616
if s instanceof ActiveThreatModelSource then defaultString = " (DEFAULT)" else defaultString = ""
17-
select s, "Flow source '" + s.getSourceType() + "' of type " + s.getThreatModel() + defaultString + "."
17+
select s,
18+
"Flow source '" + s.getSourceType() + "' of type " + s.getThreatModel() + defaultString + "."

0 commit comments

Comments
 (0)