Fix ESLint indent errors
This commit is contained in:
parent
3ca49effc1
commit
450a73b150
1 changed files with 2 additions and 2 deletions
|
@ -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" });
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue