diff options
author | 2022-04-13 02:54:49 +0000 | |
---|---|---|
committer | 2022-04-13 02:54:49 +0000 | |
commit | 1bfdf43dca425b9cca9491260ba2091a426bbd2f (patch) | |
tree | 44d7bbe1bdcbeec7f500b145c9011564eaf8b2b8 | |
parent | 81e210e03c7d88c7b80b0b11a532c5b8e03cef93 (diff) | |
download | astro-1bfdf43dca425b9cca9491260ba2091a426bbd2f.tar.gz astro-1bfdf43dca425b9cca9491260ba2091a426bbd2f.tar.zst astro-1bfdf43dca425b9cca9491260ba2091a426bbd2f.zip |
[ci] format
-rw-r--r-- | packages/astro/src/core/path.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/src/core/path.ts b/packages/astro/src/core/path.ts index a93b4e8e1..280d5d24f 100644 --- a/packages/astro/src/core/path.ts +++ b/packages/astro/src/core/path.ts @@ -46,4 +46,3 @@ export function prependDotSlash(path: string) { return './' + path; } - |