Skip to content

Commit 270a435

Browse files
author
Alvaro Muñoz
committed
format Restify.qll
1 parent 4ba3190 commit 270a435

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,9 @@ module Restify {
265265
/**
266266
* Gets the formatter handler installed by this setup.
267267
*/
268-
DataFlow::FunctionNode getAFormatterHandler() { result = formatters.getAPropertyWrite().getRhs().getALocalSource() }
268+
DataFlow::FunctionNode getAFormatterHandler() {
269+
result = formatters.getAPropertyWrite().getRhs().getALocalSource()
270+
}
269271
}
270272

271273
/**

0 commit comments

Comments
 (0)