Fix ESLint indent errors

This commit is contained in:
Peter deHaan 2017-01-31 09:41:15 -08:00
parent 3ca49effc1
commit 450a73b150
No known key found for this signature in database
GPG key ID: F0FC6C01C6305097

View file

@ -13,6 +13,6 @@ browser.tabs.query({}).then(tabs => {
}).catch(() => {});
function disableAddon(tabId) {
browser.browserAction.disable(tabId);
browser.browserAction.setTitle({ tabId, title: "Containers disabled in Private Browsing Mode" });
browser.browserAction.disable(tabId);
browser.browserAction.setTitle({ tabId, title: "Containers disabled in Private Browsing Mode" });
}