0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00

[ci] yarn format

This commit is contained in:
natemoo-re 2021-08-09 21:37:23 +00:00 committed by GitHub Actions
parent 618ea3a8ea
commit c7c073603f

View file

@ -18,9 +18,10 @@ const customGenerator: Generator = {
}
},
};
const serialize = (value: Value) => generate(valueToEstree(value), {
generator: customGenerator,
});
const serialize = (value: Value) =>
generate(valueToEstree(value), {
generator: customGenerator,
});
export interface RendererInstance {
source: string | null;