Make Prettier happy

This commit is contained in:
JustinCB 2020-05-28 14:18:31 -04:00 committed by Mike Welsh
parent 27fcd8e6ea
commit 64c96a3151
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ function open_settings_page() {
try {
browser.runtime.openOptionsPage();
} catch {
chrome.tabs.create({'url': "/settings.htm"});
chrome.tabs.create({ url: "/settings.htm" });
}
}