Update java/ql/lib/semmle/code/java/security/SensitiveLoggingQuery.qll

Autoformat
This commit is contained in:
Anders Schack-Mulligen
2024-07-23 10:01:49 +02:00
committed by GitHub
parent 2ad70cbee2
commit 5912a17ab4

View File

@@ -30,9 +30,7 @@ class CredentialExpr extends VarAccess {
}
class CredentialExprSource extends SensitiveLoggerSource {
CredentialExprSource(){
this.asExpr() instanceof CredentialExpr
}
CredentialExprSource() { this.asExpr() instanceof CredentialExpr }
}
/** An instantiation of a (reflexive, transitive) subtype of `java.lang.reflect.Type`. */