Skip to content

Commit e1976da

Browse files
committed
JS: Autoformat
1 parent 2285701 commit e1976da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

javascript/ql/lib/semmle/javascript/frameworks/data/internal/ApiGraphModelsSpecific.qll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,10 @@ private API::Node getNodeFromInputOutputPath(API::InvokeNode baseNode, AccessPat
181181
* Holds if a CSV summary contributed the step `pred -> succ` of the given `kind`.
182182
*/
183183
predicate summaryStep(API::Node pred, API::Node succ, string kind) {
184-
exists(string package, string type, string path, API::InvokeNode base, AccessPath input, AccessPath output |
184+
exists(
185+
string package, string type, string path, API::InvokeNode base, AccessPath input,
186+
AccessPath output
187+
|
185188
ModelOutput::relevantSummaryModel(package, type, path, input, output, kind) and
186189
ModelOutput::resolvedSummaryBase(package, type, path, base) and
187190
pred = getNodeFromInputOutputPath(base, input) and

0 commit comments

Comments
 (0)