Skip to content

Commit 7305a87

Browse files
committed
JS: formatting
1 parent fedd32f commit 7305a87

File tree

1 file changed

+2
-1
lines changed
  • javascript/ql/src/semmle/javascript/frameworks

1 file changed

+2
-1
lines changed

javascript/ql/src/semmle/javascript/frameworks/NoSQL.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,8 @@ private module MarsDB {
813813
private DataFlow::SourceNode getACollection(DataFlow::TypeTracker t) {
814814
t.start() and
815815
// new Collection(...)
816-
result = getADb(DataFlow::TypeTracker::end()).getAPropertyRead("Collection").getAnInstantiation()
816+
result =
817+
getADb(DataFlow::TypeTracker::end()).getAPropertyRead("Collection").getAnInstantiation()
817818
or
818819
exists(DataFlow::TypeTracker t2 | result = getACollection(t2).track(t2, t))
819820
}

0 commit comments

Comments
 (0)