Skip to content

Commit f7c42ca

Browse files
committed
autoformat
1 parent 252f805 commit f7c42ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/semmle/javascript/GlobalAccessPaths.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,9 @@ module AccessPath {
463463
(path = fromRhs(result, root) or result = root.getAPropertyWrite(path)) and
464464
type = AccessPathWrite()
465465
}
466-
466+
467467
/**
468-
* Gets a basic-block where the access path defined by `root` and `path` is written to.
468+
* Gets a basic-block where the access path defined by `root` and `path` is written to.
469469
* And a read to the same access path exists.
470470
*/
471471
private ReachableBasicBlock getAWriteBlock(Root root, string path) {

0 commit comments

Comments
 (0)