format Restify.qll

This commit is contained in:
Alvaro Muñoz
2022-12-13 11:22:24 +01:00
parent 4ba3190d29
commit 270a4355df

View File

@@ -265,7 +265,9 @@ module Restify {
/**
* Gets the formatter handler installed by this setup.
*/
DataFlow::FunctionNode getAFormatterHandler() { result = formatters.getAPropertyWrite().getRhs().getALocalSource() }
DataFlow::FunctionNode getAFormatterHandler() {
result = formatters.getAPropertyWrite().getRhs().getALocalSource()
}
}
/**