Unify coding style

This commit is contained in:
YUKI "Piro" Hiroshi 2019-04-18 15:58:28 +09:00
parent 33c6dfbf18
commit 93e4cd727e

View file

@ -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);