Skip to content

Commit 9e57f42

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent ed9bf56 commit 9e57f42

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/_tools/github/rank-followers/lib

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/_tools/github/rank-followers/lib/pipeline.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ function toArray( obj ) {
4141
var i;
4242
keys = objectKeys( obj );
4343
out = [];
44-
4544
for ( i = 0; i < keys.length; i++ ) {
4645
out.push( obj[ keys[ i ] ] );
4746
}
@@ -80,7 +79,6 @@ function pipeline( opts, clbk ) {
8079
return done( error );
8180
}
8281
usernames = [];
83-
8482
for ( i = 0; i < data.length; i++ ) {
8583
usernames.push( data[ i ].login );
8684
}

0 commit comments

Comments
 (0)