CI: run format

This commit is contained in:
Ben Schlegel 2024-03-07 19:36:11 +01:00
parent dbfd1a4280
commit 32f8a1ea7d
3 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ export default (() => {
fileExt: extension, fileExt: extension,
fontsPromise, fontsPromise,
cfg, cfg,
fileData fileData,
}, },
fullOptions, fullOptions,
) )

View File

@ -80,7 +80,7 @@ export type SocialImageOptions = {
title: string, title: string,
description: string, description: string,
fonts: SatoriOptions["fonts"], fonts: SatoriOptions["fonts"],
fileData: QuartzPluginData fileData: QuartzPluginData,
) => JSXInternal.Element ) => JSXInternal.Element
} }

View File

@ -9,7 +9,7 @@ export const defaultImage: SocialImageOptions["imageStructure"] = (
title: string, title: string,
description: string, description: string,
fonts: SatoriOptions["fonts"], fonts: SatoriOptions["fonts"],
fileData: QuartzPluginData fileData: QuartzPluginData,
) => { ) => {
// How many characters are allowed before switching to smaller font // How many characters are allowed before switching to smaller font
const fontBreakPoint = 22 const fontBreakPoint = 22