Skip to content

Commit

Permalink
Fix jshint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
amasad committed Oct 6, 2015
1 parent 265f7e3 commit 78ba6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/promisify.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ module.exports = function(fn) {

fn.apply(this, args);
});
}
};
};

0 comments on commit 78ba6e6

Please sign in to comment.