Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Nov 27, 2024
1 parent 1f3cf03 commit b28211f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webextensions/sidebar/tab-preview-tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ async function onTabSubstanceEnter(event) {
const active = event.target.tab.id == activeTab.id;
const url = PREVIEW_WITH_HOST_URLS_MATCHER.test(event.target.tab.url) ? new URL(event.target.tab.url).host :
PREVIEW_WITH_TITLE_URLS_MATCHER.test(event.target.tab.url) ? null :
event.target.tab.url;
event.target.tab.url;

let previewURL;
try {
Expand Down

0 comments on commit b28211f

Please sign in to comment.