Skip to content

Commit 8cf21e3

Browse files
committed
autoformat
1 parent c2338b2 commit 8cf21e3

File tree

1 file changed

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

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,9 +1391,7 @@ module PartialInvokeNode {
13911391
(
13921392
this = LodashUnderscore::member(["throttle", "debounce", "once", "memoize"]).getACall()
13931393
or
1394-
this =
1395-
DataFlow::moduleImport(["call-limit", "debounce"])
1396-
.getACall()
1394+
this = DataFlow::moduleImport(["call-limit", "debounce"]).getACall()
13971395
)
13981396
or
13991397
callbackIndex = 1 and

0 commit comments

Comments
 (0)