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

[ci] format

This commit is contained in:
natemoo-re 2022-03-14 23:20:37 +00:00 committed by GitHub Actions
parent 6b34840d3d
commit 2b52c72b5d

View file

@ -21,5 +21,5 @@ export const unescapeHTML = (value: any) => {
}
// Just return values that are `number`, `null`, `undefined` etc
// The compiler will recursively stringify these correctly
return value
}
return value;
};