Skip to content

Commit 0df3fd2

Browse files
committed
Fix lint errors
1 parent 9b3b279 commit 0df3fd2

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/utils/count-by-async

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/count-by-async/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ function done( error, result ) {
146146
var arr = [ 3000, 2500, 1000 ];
147147

148148
var context = {
149-
'count': 0
149+
'count': 0
150150
};
151151

152152
var opts = {

0 commit comments

Comments
 (0)