Skip to content

Commit d88028e

Browse files
authored
style: remove whitespace
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 02f4e38 commit d88028e

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/_tools/pkgs/entry-points/lib

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/_tools/pkgs/entry-points/lib/resolve.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ function getPkgs( pkgs, dir, clbk ) {
5050

5151
len = pkgs.length;
5252
debug( 'Resolving %d packages...', len );
53-
5453
out = [];
5554
count = 0;
5655
for ( i = 0; i < len; i++ ) {

0 commit comments

Comments
 (0)