From c62257f0b03e35520448fbfac1f4b507f54ef170 Mon Sep 17 00:00:00 2001 From: tony-sull Date: Thu, 1 Sep 2022 21:26:15 +0000 Subject: [PATCH] [ci] format --- packages/integrations/image/components/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/integrations/image/components/index.ts b/packages/integrations/image/components/index.ts index 6a8f420ad..e60494398 100644 --- a/packages/integrations/image/components/index.ts +++ b/packages/integrations/image/components/index.ts @@ -15,7 +15,9 @@ export type HTMLAttributes = Omit< let altWarningShown = false; export function warnForMissingAlt() { - if (altWarningShown === true) { return } + if (altWarningShown === true) { + return; + } altWarningShown = true;