Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Mar 9, 2023
1 parent bfd67ea commit 3f6a088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/assets/utils/metadata.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sizeOf from 'image-size';
import fs from 'node:fs/promises';
import { fileURLToPath } from 'node:url';
import { ImageMetadata, InputFormat } from '../types.js';
import sizeOf from 'image-size';

export interface Metadata extends ImageMetadata {
orientation?: number;
Expand Down

0 comments on commit 3f6a088

Please sign in to comment.