Skip to content

Commit 244052f

Browse files
committed
autoformat
1 parent 2680afc commit 244052f

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/dataflow

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/Nodes.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ class FunctionNode extends DataFlow::ValueNode, DataFlow::SourceNode {
494494

495495
/**
496496
* Gets the data flow node representing the value returned from this function.
497-
*
497+
*
498498
* Note that this differs from `getAReturn()`, in that every function has exactly
499499
* one canonical return node, but may have multiple (or zero) returned expressions.
500500
* The result of `getAReturn()` is always a predecessor of `getReturnNode()`

0 commit comments

Comments
 (0)