Skip to content

Commit

Permalink
Whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
hfwang committed Jun 16, 2013
1 parent ad619a0 commit 4d0cf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ exports.prototype.shift = function(callback) {
/**
* Return all values in the list.
*
* Redis: LRANGE(0,-1)
* Redis: LRANGE(0, -1)
*/
exports.prototype.values = function(callback) {
this.range(0, callback);
Expand Down

0 comments on commit 4d0cf55

Please sign in to comment.