mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
style(js): Update Formatting
This commit is contained in:
@@ -317,9 +317,7 @@ module ClientRequest {
|
||||
result = this.getOptionArgument(urlPropertyName())
|
||||
}
|
||||
|
||||
override DataFlow::Node getHost() {
|
||||
result = instance.getOptionArgument(0, "baseURL")
|
||||
}
|
||||
override DataFlow::Node getHost() { result = instance.getOptionArgument(0, "baseURL") }
|
||||
|
||||
override DataFlow::Node getADataNode() {
|
||||
method = ["post", "put", "patch"] and
|
||||
|
||||
Reference in New Issue
Block a user