Skip to content

Commit 787a6d1

Browse files
committed
Rust: Autoformat.
1 parent 65b33f3 commit 787a6d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rust/ql/src/queries/summary/SummaryStats.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ where
5858
or
5959
key = "Taint sources - active" and value = count(ActiveThreatModelSource s)
6060
or
61-
key = "Taint sources - disabled" and value = count(ThreatModelSource s | not s instanceof ActiveThreatModelSource)
61+
key = "Taint sources - disabled" and
62+
value = count(ThreatModelSource s | not s instanceof ActiveThreatModelSource)
6263
or
6364
key = "Taint sources - sensitive data" and value = count(SensitiveData d)
6465
or

0 commit comments

Comments
 (0)