fixup! cosmetics

This commit is contained in:
tophf 2020-02-24 19:13:13 +03:00
parent a58d26c2e5
commit a7c7f5722e

View File

@ -128,7 +128,9 @@ const iconManager = (() => {
} }
function refreshStaleBadges() { function refreshStaleBadges() {
for (const tabId of staleBadges) refreshIconBadgeText(tabId); for (const tabId of staleBadges) {
refreshIconBadgeText(tabId);
}
staleBadges.clear(); staleBadges.clear();
} }
})(); })();