From b4c5c8ef57acd5c6ae829b1a38c54b7b2c3c2ff7 Mon Sep 17 00:00:00 2001 From: matthewp Date: Wed, 21 Sep 2022 19:56:15 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/vite-plugin-jsx/tag.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/astro/src/vite-plugin-jsx/tag.ts b/packages/astro/src/vite-plugin-jsx/tag.ts index bead224e0..23e9e41a5 100644 --- a/packages/astro/src/vite-plugin-jsx/tag.ts +++ b/packages/astro/src/vite-plugin-jsx/tag.ts @@ -1,8 +1,6 @@ import type { PluginObj } from '@babel/core'; import * as t from '@babel/types'; - - /** * This plugin handles every file that runs through our JSX plugin. * Since we statically match every JSX file to an Astro renderer based on import scanning, @@ -116,7 +114,6 @@ export default function tagExportsWithRenderer({ } }, }, - }, }; }