[ci] yarn format

This commit is contained in:
matthewp 2022-01-18 13:35:26 +00:00 committed by GitHub Actions
parent bcc617f9dc
commit 63ffcb3486

View file

@ -321,7 +321,7 @@ async function generatePath(pathname: string, opts: StaticBuildOptions, gopts: G
linkIds.map((href) => ({
props: {
rel: 'stylesheet',
href: npath.posix.join(rootpath, href)
href: npath.posix.join(rootpath, href),
},
children: '',
}))