Unify coding style
This commit is contained in:
parent
33c6dfbf18
commit
93e4cd727e
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ const backgroundLogic = {
|
|||
},
|
||||
|
||||
async sortTabs() {
|
||||
const windows = await browser.windows.getAll({ populate: true });
|
||||
const windows = await browser.windows.getAll({populate: true});
|
||||
for (let windowObj of windows) { // eslint-disable-line prefer-const
|
||||
// First the pinned tabs, then the normal ones.
|
||||
await this._sortTabsInternal(windowObj, true);
|
||||
|
|
Loading…
Add table
Reference in a new issue