Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Dec 12, 2023
1 parent bebf38c commit 63b3cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/integrations/astroFeaturesValidation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}).`
Expand Down

0 comments on commit 63b3cd1

Please sign in to comment.