Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Mar 27, 2018
1 parent 165a2ed commit df2b3c2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/OptionsDefaulter.js
Expand Up @@ -48,11 +48,7 @@ class OptionsDefaulter {
break;
case "make":
if (getProperty(options, name) === undefined)
setProperty(
options,
name,
this.defaults[name].call(this, options)
);
setProperty(options, name, this.defaults[name].call(this, options));
break;
case "append": {
let oldValue = getProperty(options, name);
Expand Down

0 comments on commit df2b3c2

Please sign in to comment.