Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Fixed intendation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbuberl committed Sep 20, 2017
1 parent be61e62 commit 3b3fd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function replace(target, options) {
text = JSON.stringify(target);
isObject = true;
} else if ( typeof target === 'string') {
text = target;
text = target;
} else {
text = target.toString();
}
Expand Down

0 comments on commit 3b3fd84

Please sign in to comment.