Skip to content

Commit 5912a17

Browse files
authored
Update java/ql/lib/semmle/code/java/security/SensitiveLoggingQuery.qll
Autoformat
1 parent 2ad70cb commit 5912a17

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ class CredentialExpr extends VarAccess {
3030
}
3131

3232
class CredentialExprSource extends SensitiveLoggerSource {
33-
CredentialExprSource(){
34-
this.asExpr() instanceof CredentialExpr
35-
}
33+
CredentialExprSource() { this.asExpr() instanceof CredentialExpr }
3634
}
3735

3836
/** An instantiation of a (reflexive, transitive) subtype of `java.lang.reflect.Type`. */

0 commit comments

Comments
 (0)