mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
python: format file
This commit is contained in:
@@ -165,9 +165,7 @@ module UrlRedirect {
|
||||
* A sanitizer defined via models-as-data with kind "url-redirection".
|
||||
*/
|
||||
class SanitizerFromModel extends Sanitizer {
|
||||
SanitizerFromModel() {
|
||||
ModelOutput::barrierNode(this, "url-redirection")
|
||||
}
|
||||
SanitizerFromModel() { ModelOutput::barrierNode(this, "url-redirection") }
|
||||
|
||||
override predicate sanitizes(FlowState state) {
|
||||
// sanitize all flow states
|
||||
|
||||
Reference in New Issue
Block a user