Rust: Autoformat.

This commit is contained in:
Geoffrey White
2025-01-15 17:25:44 +00:00
parent 65b33f3f96
commit 787a6d11a3

View File

@@ -58,7 +58,8 @@ where
or
key = "Taint sources - active" and value = count(ActiveThreatModelSource s)
or
key = "Taint sources - disabled" and value = count(ThreatModelSource s | not s instanceof ActiveThreatModelSource)
key = "Taint sources - disabled" and
value = count(ThreatModelSource s | not s instanceof ActiveThreatModelSource)
or
key = "Taint sources - sensitive data" and value = count(SensitiveData d)
or