Skip to content

Commit 4b3faab

Browse files
committed
JS: Autoformat
1 parent c4179eb commit 4b3faab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/internal/CallGraphs.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ module CallGraph {
7070
}
7171

7272
cached
73-
private predicate locallyReturnedFunction(DataFlow::FunctionNode outer, DataFlow::FunctionNode inner) {
73+
private predicate locallyReturnedFunction(
74+
DataFlow::FunctionNode outer, DataFlow::FunctionNode inner
75+
) {
7476
inner.flowsTo(outer.getAReturn())
7577
}
7678

0 commit comments

Comments
 (0)