Skip to content

Commit 55abc52

Browse files
committed
python: format file
1 parent d05901a commit 55abc52

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/ql/lib/semmle/python/security/dataflow/UrlRedirectCustomizations.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,7 @@ module UrlRedirect {
165165
* A sanitizer defined via models-as-data with kind "url-redirection".
166166
*/
167167
class SanitizerFromModel extends Sanitizer {
168-
SanitizerFromModel() {
169-
ModelOutput::barrierNode(this, "url-redirection")
170-
}
168+
SanitizerFromModel() { ModelOutput::barrierNode(this, "url-redirection") }
171169

172170
override predicate sanitizes(FlowState state) {
173171
// sanitize all flow states

0 commit comments

Comments
 (0)