Skip to content

Commit 365ccf4

Browse files
committed
autoformat
1 parent 36a0318 commit 365ccf4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go/ql/lib/semmle/go/security/OpenUrlRedirectCustomizations.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ module OpenUrlRedirect {
7777

7878
bindingset[var, w]
7979
pragma[inline_late]
80-
private predicate useIsDominated(
81-
SsaWithFields var, Write w, DataFlow::ReadNode sanitizedRead
82-
) {
80+
private predicate useIsDominated(SsaWithFields var, Write w, DataFlow::ReadNode sanitizedRead) {
8381
w.dominatesNode(sanitizedRead.asInstruction()) and
8482
sanitizedRead = var.getAUse()
8583
}

0 commit comments

Comments
 (0)