lint: format

This commit is contained in:
Jacky Zhao 2023-11-11 12:02:34 -08:00
parent 5d666d1860
commit f67356c3d2

View File

@ -157,7 +157,7 @@ if (!customElements.get("route-announcer")) {
style:
"position: absolute; left: 0; top: 0; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; white-space: nowrap; width: 1px; height: 1px",
}
customElements.define(
"route-announcer",
class RouteAnnouncer extends HTMLElement {