From 1bfdf43dca425b9cca9491260ba2091a426bbd2f Mon Sep 17 00:00:00 2001 From: FredKSchott Date: Wed, 13 Apr 2022 02:54:49 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/core/path.ts | 1 - 1 file changed, 1 deletion(-) 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; } -