mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
format
This commit is contained in:
@@ -21,9 +21,7 @@ private class HostnameVerificationCall extends MethodAccess {
|
||||
}
|
||||
|
||||
/** Holds if the result of the call is not used. */
|
||||
predicate isIgnored() {
|
||||
this = any(ExprStmt es).getExpr()
|
||||
}
|
||||
predicate isIgnored() { this = any(ExprStmt es).getExpr() }
|
||||
}
|
||||
|
||||
from HostnameVerificationCall verification
|
||||
|
||||
Reference in New Issue
Block a user