Skip to content

Commit

Permalink
Removing unnecessary backticks (amzn#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanksdesign authored and chazzmoney committed Oct 18, 2018
1 parent acfee69 commit aa19668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extend.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function extend(opts) {
options = require(resolveCwd(opts));
} else {
options = opts;
}``
}

// Creating a new object and copying over the options
// Also keeping an options object just in case
Expand Down

0 comments on commit aa19668

Please sign in to comment.