Skip to content

Commit 62b69bb

Browse files
committed
autoformat
1 parent ce8836f commit 62b69bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javascript/ql/lib/semmle/javascript/PackageExports.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,7 @@ private DataFlow::Node getAValueExportedByPackage() {
200200
or
201201
// Object.assign and friends
202202
exists(ExtendCall assign |
203-
getAValueExportedByPackage() =
204-
[assign, assign.getDestinationOperand().getALocalSource()]
203+
getAValueExportedByPackage() = [assign, assign.getDestinationOperand().getALocalSource()]
205204
|
206205
result = assign.getASourceOperand()
207206
)

0 commit comments

Comments
 (0)