JS: Autoformat

This commit is contained in:
Asger Feldthaus
2021-02-15 16:15:37 +00:00
parent b43989e6a1
commit 86bc0eb853

View File

@@ -60,4 +60,6 @@ query predicate taintFlow(DataFlow::Node source, DataFlow::Node sink) {
any(BasicTaint cfg).hasFlow(source, sink)
}
query DataFlow::SourceNode reactComponentRef(ReactComponent component) { result = component.getAComponentCreatorReference() }
query DataFlow::SourceNode reactComponentRef(ReactComponent component) {
result = component.getAComponentCreatorReference()
}