Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Aug 30, 2016
1 parent 2ec5c2c commit a42eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/replaceP.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @returns {function(string, RegExp, function)} an equivalent for String.prototype.replace which
* can handle promises
*/
module.exports = function createReplaceP(Promise) {
module.exports = function createReplaceP (Promise) {
var deepAPlus = require('deep-aplus')(Promise)
/**
* Similar to String.prototype.replace, but it returns a promise instead of a string
Expand Down

0 comments on commit a42eb5d

Please sign in to comment.