Skip to content

Commit 77cba4d

Browse files
Fix formatting issue in main.js
Signed-off-by: Suyash Pathak <[email protected]>
1 parent cbbe8b1 commit 77cba4d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/utils/async/while/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function whileAsync( predicate, fcn, done, thisArg ) {
111111
idx += 1;
112112

113113
// Cache the most recent results...
114-
if ( arguments.length > 1 ) {
114+
if ( arguments.length > 1 ) {
115115
args = new Array( arguments.length-1 );
116116
for ( i = 1; i < arguments.length; i++ ) {
117117
args[ i-1 ] = arguments[ i ];

0 commit comments

Comments
 (0)