Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4bwav committed May 15, 2016
1 parent 4d18ca3 commit 61964a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var replaceParsedPlainLinksWithTitles = require('./lib/replace-parsed-plain-link
var exports = module.exports = {}
;


exports.replacePlainLinks = function (markdown, callback, options) {
if (!markdown) {
callback(markdown);
Expand Down

0 comments on commit 61964a2

Please sign in to comment.