mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
72c760e9b8
commit
c62257f0b0
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ export type HTMLAttributes = Omit<
|
|||
let altWarningShown = false;
|
||||
|
||||
export function warnForMissingAlt() {
|
||||
if (altWarningShown === true) { return }
|
||||
if (altWarningShown === true) {
|
||||
return;
|
||||
}
|
||||
|
||||
altWarningShown = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue