0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
natemoo-re 2023-03-10 13:38:14 +00:00 committed by fredkbot
parent 09813f1610
commit d37dc7c71a

View file

@ -12,7 +12,7 @@ export async function imageMetadata(
data?: Buffer
): Promise<Metadata | undefined> {
if (!sizeOf) {
sizeOf = await import('image-size').then(mod => mod.default);
sizeOf = await import('image-size').then((mod) => mod.default);
}
let file = data;
if (!file) {