Skip to content

Commit 71e5efa

Browse files
committed
Remove trailing whitespace
1 parent 288cdd4 commit 71e5efa

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/utils/do-while

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/do-while/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function count() {
6161

6262
var context = {
6363
'count': 0
64-
};
64+
};
6565

6666
doWhile( count, predicate, context );
6767

0 commit comments

Comments
 (0)