[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;
|
let altWarningShown = false;
|
||||||
|
|
||||||
export function warnForMissingAlt() {
|
export function warnForMissingAlt() {
|
||||||
if (altWarningShown === true) { return }
|
if (altWarningShown === true) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
altWarningShown = true;
|
altWarningShown = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue