Skip to content

Commit 288cdd4

Browse files
committed
Remove trailing whitespace
1 parent 0da3d7d commit 288cdd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/utils/do-until

lib/node_modules/@stdlib/utils/do-until/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
doUntil( count, predicate, context );
6767

0 commit comments

Comments
 (0)