fix PR's whitespace

This commit is contained in:
ansuz 2021-03-04 11:01:25 +05:30
parent 561cf96c72
commit e62a378f9c
1 changed files with 1 additions and 1 deletions

View File

@ -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) {