Skip to content

Commit

Permalink
Fixed indentation, now using 2 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
scinos committed Oct 1, 2012
1 parent 2ea210f commit c8caac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/queue/job.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ Job.prototype.set = function(key, val, fn){
*/

Job.prototype.get = function(key, fn){
this.client.hget('q:job:' + this.id, key, fn || noop);
return this;
this.client.hget('q:job:' + this.id, key, fn || noop);
return this;
};

/**
Expand Down

0 comments on commit c8caac0

Please sign in to comment.