Skip to content

Commit a982cdc

Browse files
committed
JS: Autoformat
1 parent bfbe70a commit a982cdc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

javascript/ql/src/semmle/javascript/frameworks/ConnectExpressShared.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ module ConnectExpressShared {
4242
}
4343

4444
/** Gets the signature corresonding to `(req, res, next) => {...}`. */
45-
RouteHandlerSignature requestResponseNext() {
46-
result = "request,response,next"
47-
}
45+
RouteHandlerSignature requestResponseNext() { result = "request,response,next" }
4846

4947
/** Gets the signature corresonding to `(err, req, res, next) => {...}`. */
5048
RouteHandlerSignature errorRequestResponseNext() { result = "error,request,response,next" }

0 commit comments

Comments
 (0)