Skip to content

Commit c953d4c

Browse files
authored
style: add empty line
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 0944e69 commit c953d4c

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/utils/async/reduce-right/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/utils/async/reduce-right/lib/limit.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ function limit( collection, acc, opts, fcn, done ) {
9595
acc = result;
9696
clbk();
9797
}
98+
9899
/**
99100
* Callback to invoke a provided function for the next element in a collection.
100101
*

0 commit comments

Comments
 (0)