Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh authored and astrobot-houston committed Apr 12, 2024
1 parent c75eded commit c704c44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/integrations/vercel/src/image/build-service.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit c704c44

Please sign in to comment.