Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Oct 3, 2022
1 parent a2730d5 commit db6ee17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webextensions/background/tabs-open.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export async function openURIsInTabs(uris, options = {}) {
if (options.insertBefore ||
options.insertAfter ||
uris.some(uri => uri && typeof uri == 'object' && 'index' in uri))
window.toBeOpenedTabsWithPositions += uris.length;
window.toBeOpenedTabsWithPositions += uris.length;
if (options.isOrphan)
window.toBeOpenedOrphanTabs += uris.length;
return Promise.all(uris.map(async (uri, index) => {
Expand Down

0 comments on commit db6ee17

Please sign in to comment.