fix PR's whitespace
parent
561cf96c72
commit
e62a378f9c
|
@ -15,7 +15,7 @@ nThen(function (w) {
|
|||
}));
|
||||
}).nThen(function (w) {
|
||||
FileStorage.create(config, w(function (err, _store) {
|
||||
if (err) { throw err; }
|
||||
if (err) { throw err; }
|
||||
config.store = _store;
|
||||
}));
|
||||
}).nThen(function (w) {
|
||||
|
|
Loading…
Reference in New Issue