[minor] Update whitespace
This commit is contained in:
parent
fdb73f007b
commit
9e9e37bb84
1 changed files with 2 additions and 1 deletions
|
@ -42,9 +42,10 @@ var Provider = exports.Provider = function (options) {
|
||||||
['defaults', 'overrides'].forEach(function (type) {
|
['defaults', 'overrides'].forEach(function (type) {
|
||||||
Provider.prototype[type] = function (options) {
|
Provider.prototype[type] = function (options) {
|
||||||
options = options || {};
|
options = 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