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() {
|
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
|
for (let windowObj of windows) { // eslint-disable-line prefer-const
|
||||||
// First the pinned tabs, then the normal ones.
|
// First the pinned tabs, then the normal ones.
|
||||||
await this._sortTabsInternal(windowObj, true);
|
await this._sortTabsInternal(windowObj, true);
|
||||||
|
|
Loading…
Add table
Reference in a new issue