[minor] Update whitespace
This commit is contained in:
parent
fdb73f007b
commit
9e9e37bb84
1 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,7 @@ var Provider = exports.Provider = function (options) {
|
||||||
if (!options.type) {
|
if (!options.type) {
|
||||||
options.type = 'literal';
|
options.type = 'literal';
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.add(type, options);
|
return this.add(type, options);
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue