Skip to content

Commit 86bc0eb

Browse files
committed
JS: Autoformat
1 parent b43989e commit 86bc0eb

File tree

1 file changed

+3
-1
lines changed
  • javascript/ql/test/library-tests/frameworks/Redux

1 file changed

+3
-1
lines changed

javascript/ql/test/library-tests/frameworks/Redux/test.ql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,6 @@ query predicate taintFlow(DataFlow::Node source, DataFlow::Node sink) {
6060
any(BasicTaint cfg).hasFlow(source, sink)
6161
}
6262

63-
query DataFlow::SourceNode reactComponentRef(ReactComponent component) { result = component.getAComponentCreatorReference() }
63+
query DataFlow::SourceNode reactComponentRef(ReactComponent component) {
64+
result = component.getAComponentCreatorReference()
65+
}

0 commit comments

Comments
 (0)