lint: Fix JS style in last commit.

This commit is contained in:
Tim Abbott 2021-11-01 11:07:01 -07:00
parent 3d731de3f1
commit 862061fa53
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ let favicon_state;
function load_and_set_favicon(rendered_favicon) {
favicon_state = {
url: URL.createObjectURL(new Blob([rendered_favicon], { type: "image/svg+xml" })),
url: URL.createObjectURL(new Blob([rendered_favicon], {type: "image/svg+xml"})),
image: new Image(),
};