Skip to content

Commit 3b64bd4

Browse files
committed
style(js): Update Formatting
1 parent 2eb5f10 commit 3b64bd4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

javascript/ql/lib/semmle/javascript/frameworks/ClientRequests.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,7 @@ module ClientRequest {
317317
result = this.getOptionArgument(urlPropertyName())
318318
}
319319

320-
override DataFlow::Node getHost() {
321-
result = instance.getOptionArgument(0, "baseURL")
322-
}
320+
override DataFlow::Node getHost() { result = instance.getOptionArgument(0, "baseURL") }
323321

324322
override DataFlow::Node getADataNode() {
325323
method = ["post", "put", "patch"] and

0 commit comments

Comments
 (0)