Skip to content

Commit

Permalink
chore(background): Add missing eol
Browse files Browse the repository at this point in the history
  • Loading branch information
SiGe11 committed Jun 25, 2022
1 parent fc6d73b commit 006523f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ async function getCurrentTab() {
let queryOptions = {active: true, lastFocusedWindow: true};
let [tab] = await chrome.tabs.query(queryOptions);
return tab
}
}

0 comments on commit 006523f

Please sign in to comment.