Skip to content

Commit 4f2ce94

Browse files
committed
Remove trailing whitespace
1 parent d95a5a9 commit 4f2ce94

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ function done( error, result ) {
211211
var arr = [ 3000, 2500, 1000 ];
212212

213213
var context = {
214-
'count': 0
214+
'count': 0
215215
};
216216

217217
var opts = {

0 commit comments

Comments
 (0)