Fix ESLint indent errors
This commit is contained in:
parent
9333359603
commit
8fde0c1337
1 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,6 @@ browser.tabs.query({}).then(tabs => {
|
||||||
}).catch(() => {});
|
}).catch(() => {});
|
||||||
|
|
||||||
function disableAddon(tabId) {
|
function disableAddon(tabId) {
|
||||||
browser.browserAction.disable(tabId);
|
browser.browserAction.disable(tabId);
|
||||||
browser.browserAction.setTitle({ tabId, title: "Containers disabled in Private Browsing Mode" });
|
browser.browserAction.setTitle({ tabId, title: "Containers disabled in Private Browsing Mode" });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue