[ci] format

This commit is contained in:
matthewp 2022-09-21 19:56:15 +00:00 committed by fredkbot
parent 29b29e6a8a
commit b4c5c8ef57

View file

@ -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({
}
},
},
},
};
}