Skip to content

Commit 5db798b

Browse files
authored
style: remove blank line
Signed-off-by: Athan <[email protected]>
1 parent cca4ca1 commit 5db798b

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ function whileAsync( predicate, fcn, done, thisArg ) {
117117
args.push( arguments[ i ] );
118118
}
119119
}
120-
121120
// Run the test condition:
122121
predicate( idx, onPredicate );
123122
}

0 commit comments

Comments
 (0)