0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

[ci] format

This commit is contained in:
Simon Knott 2023-12-12 10:20:17 +00:00 committed by astrobot-houston
parent bebf38c0cb
commit 63b3cd19ee

View file

@ -104,7 +104,7 @@ function featureIsExperimental(adapterName: string, logger: Logger, featureName:
);
}
function featureIsDeprecated(adapterName: string , logger: Logger, featureName: string,) {
function featureIsDeprecated(adapterName: string, logger: Logger, featureName: string) {
logger.warn(
'config',
`The feature "${featureName}" is deprecated and will be removed in the future (used by ${adapterName}).`