lint compliance

This commit is contained in:
yflory
2018-03-21 18:53:11 +01:00
parent 01fb497e1b
commit 9cba630700
3 changed files with 3 additions and 2 deletions

View File

@@ -583,7 +583,7 @@ define([
Store.resetDrive = function (data, cb) {
nThen(function (waitFor) {
removeOwnedPads(waitFor);
}).nThen(function (waitFor) {
}).nThen(function () {
store.proxy.drive = store.fo.getStructure();
onSync(cb);
});