Skip to content

Commit df2b3c2

Browse files
authored
Prettier
1 parent 165a2ed commit df2b3c2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/OptionsDefaulter.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,7 @@ class OptionsDefaulter {
4848
break;
4949
case "make":
5050
if (getProperty(options, name) === undefined)
51-
setProperty(
52-
options,
53-
name,
54-
this.defaults[name].call(this, options)
55-
);
51+
setProperty(options, name, this.defaults[name].call(this, options));
5652
break;
5753
case "append": {
5854
let oldValue = getProperty(options, name);

0 commit comments

Comments
 (0)