0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
FredKSchott 2022-04-13 02:54:49 +00:00 committed by github-actions[bot]
parent 81e210e03c
commit 1bfdf43dca

View file

@ -46,4 +46,3 @@ export function prependDotSlash(path: string) {
return './' + path;
}