Skip to content

Commit 8f61cce

Browse files
author
Tobias Fuhrimann
committed
remove unnecessary whitespace
1 parent 25dc7e8 commit 8f61cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function get(config, uri, done) {
6464
async.whilst(
6565
function() {
6666
return i < numberOfPages;
67-
},
67+
},
6868
function(callback) {
6969
i++;
7070
superagent

0 commit comments

Comments
 (0)