We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba3190 commit 270a435Copy full SHA for 270a435
javascript/ql/lib/semmle/javascript/frameworks/Restify.qll
@@ -265,7 +265,9 @@ module Restify {
265
/**
266
* Gets the formatter handler installed by this setup.
267
*/
268
- DataFlow::FunctionNode getAFormatterHandler() { result = formatters.getAPropertyWrite().getRhs().getALocalSource() }
+ DataFlow::FunctionNode getAFormatterHandler() {
269
+ result = formatters.getAPropertyWrite().getRhs().getALocalSource()
270
+ }
271
}
272
273
0 commit comments