0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-24 23:21:57 -05:00

[ci] format

This commit is contained in:
Erika 2024-04-12 14:09:03 +00:00 committed by astrobot-houston
parent c75ededdb4
commit c704c449c0

View file

@ -1,6 +1,6 @@
import type { ExternalImageService } from 'astro';
import { isESMImportedImage, sharedValidateOptions } from './shared.js';
import { baseService } from 'astro/assets';
import { isESMImportedImage, sharedValidateOptions } from './shared.js';
const service: ExternalImageService = {
...baseService,
@ -31,7 +31,8 @@ const service: ExternalImageService = {
}
}
const { src, width, height, format, quality, densities, widths, formats, ...attributes } = options;
const { src, width, height, format, quality, densities, widths, formats, ...attributes } =
options;
return {
...attributes,