Skip to content

Commit

Permalink
Apply automatic formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Jul 5, 2024
1 parent 0e3f68a commit 7a145f3
Show file tree
Hide file tree
Showing 3 changed files with 561 additions and 421 deletions.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
chrome.runtime.onMessage.addListener((message, sender) => {
if (message.action === 'open') {
if (message.action === "open") {
chrome.tabs.create({
active: message.active,
url: message.url,
Expand Down
Loading

0 comments on commit 7a145f3

Please sign in to comment.