Autoformat

This commit is contained in:
Chris Smowton
2022-06-02 15:58:29 +01:00
parent 602495df4c
commit e54b29a846

View File

@@ -196,7 +196,6 @@ module HardcodedKeys {
* contributing a dangerous hardcoded key.
*/
private class ReturnedAlongsideErrorSanitizerGuard extends Sanitizer {
ReturnedAlongsideErrorSanitizerGuard() {
exists(ControlFlow::ConditionGuardNode guard, SsaWithFields errorVar, ReturnStmt r |
guard.ensuresNeq(errorVar.getAUse(), Builtin::nil().getARead()) and
@@ -205,7 +204,6 @@ module HardcodedKeys {
this.asExpr() = r.getExpr(0)
)
}
}
/** Mark any formatting string call as a sanitizer */