Skip to content

Commit f5521ca

Browse files
committed
Formatting
1 parent d0ed0fd commit f5521ca

File tree

1 file changed

+1
-3
lines changed
  • javascript/ql/lib/semmle/javascript/frameworks

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -965,9 +965,7 @@ module Express {
965965
DataFlow::MethodCallNode
966966
{
967967
ResponseDownloadAsFileSystemAccess() {
968-
exists(string name | name = "download" |
969-
this.calls(any(ResponseNode res), name)
970-
)
968+
exists(string name | name = "download" | this.calls(any(ResponseNode res), name))
971969
}
972970

973971
override DataFlow::Node getADataNode() { none() }

0 commit comments

Comments
 (0)