Skip to content

Commit e54b29a

Browse files
committed
Autoformat
1 parent 602495d commit e54b29a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

go/ql/src/experimental/CWE-321/HardcodedKeysLib.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ module HardcodedKeys {
196196
* contributing a dangerous hardcoded key.
197197
*/
198198
private class ReturnedAlongsideErrorSanitizerGuard extends Sanitizer {
199-
200199
ReturnedAlongsideErrorSanitizerGuard() {
201200
exists(ControlFlow::ConditionGuardNode guard, SsaWithFields errorVar, ReturnStmt r |
202201
guard.ensuresNeq(errorVar.getAUse(), Builtin::nil().getARead()) and
@@ -205,7 +204,6 @@ module HardcodedKeys {
205204
this.asExpr() = r.getExpr(0)
206205
)
207206
}
208-
209207
}
210208

211209
/** Mark any formatting string call as a sanitizer */

0 commit comments

Comments
 (0)