Skip to content

Commit 979fa23

Browse files
committed
autoformat
1 parent 8bb58a3 commit 979fa23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,8 @@ module API {
847847
* Since fields do not have their own data-flow nodes, we generate a node for each read or write.
848848
* For property writes, the right-hand side becomes a def-node and property reads become use-nodes.
849849
*
850-
* For accessors this predicate computes each use of the accessor.
851-
* The return value inside the accessor is computed by the `decoratorRhsEdge` predicate.
850+
* For accessors this predicate computes each use of the accessor.
851+
* The return value inside the accessor is computed by the `decoratorRhsEdge` predicate.
852852
*/
853853
private predicate decoratorPropEdge(TApiNode base, Label::ApiLabel lbl, DataFlow::PropRef ref) {
854854
exists(MemberDefinition fieldLike, DataFlow::ClassNode cls |

0 commit comments

Comments
 (0)