0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
tony-sull 2022-09-01 21:26:15 +00:00 committed by fredkbot
parent 72c760e9b8
commit c62257f0b0

View file

@ -15,7 +15,9 @@ export type HTMLAttributes = Omit<
let altWarningShown = false;
export function warnForMissingAlt() {
if (altWarningShown === true) { return }
if (altWarningShown === true) {
return;
}
altWarningShown = true;