[ci] format

This commit is contained in:
matthewp 2022-08-22 14:41:22 +00:00 committed by fredkbot
parent 5e82f6c245
commit 0402eb0972

View file

@ -62,7 +62,7 @@ declare const Astro: {
start() {
const opts = JSON.parse(this.getAttribute('opts')!) as Record<string, any>;
const directive = this.getAttribute('client') as directiveAstroKeys;
if(Astro[directive] === undefined) {
if (Astro[directive] === undefined) {
window.addEventListener(`astro:${directive}`, () => this.start(), { once: true });
return;
}