Skip to content

Commit e14fd57

Browse files
florian-lefebvreastrobot-houston
authored andcommitted
[ci] format
1 parent 28f8716 commit e14fd57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/astro/src/assets/fonts/logic/optimize-fallbacks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { FontMetricsResolver, SystemFallbacksProvider } from '../definitions.js';
21
import type * as unifont from 'unifont';
2+
import type { FontMetricsResolver, SystemFallbacksProvider } from '../definitions.js';
33
import type { FontFileData, ResolvedFontFamily } from '../types.js';
44
import { isGenericFontFamily, unifontFontFaceDataToProperties } from '../utils.js';
55

packages/astro/src/assets/fonts/providers/local.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function resolveLocalFont({ family, urlProxy, fontTypeExtractor }: Option
2828
weight: variant.weight,
2929
style: variant.style,
3030
},
31-
init: null
31+
init: null,
3232
}),
3333
format: FONT_FORMAT_MAP[fontTypeExtractor.extract(source.url)],
3434
tech: source.tech,

0 commit comments

Comments
 (0)