[ci] format

This commit is contained in:
matthewp 2023-08-29 19:47:49 +00:00 committed by astrobot-houston
parent 16f09dfff7
commit b0e021d41b

View file

@ -173,7 +173,7 @@ declare const Astro: {
unmount = () => {
// If element wasn't persisted, fire unmount event
if (!this.isConnected) this.dispatchEvent(new CustomEvent('astro:unmount'));
}
};
}
);
}