lint fixup

This commit is contained in:
Nolan Lawson 2018-02-16 09:01:03 -08:00
parent 9d576b7c1a
commit e6aec353ff
2 changed files with 2 additions and 2 deletions

View file

@ -14,4 +14,4 @@ export function notificationObservers (store) {
} }
}) })
}) })
} }

View file

@ -11,4 +11,4 @@ export function setFavicon (href) {
document.head.removeChild(oldLink) document.head.removeChild(oldLink)
} }
document.head.appendChild(link) document.head.appendChild(link)
} }