[ci] format

This commit is contained in:
matthewp 2023-06-05 14:30:32 +00:00 committed by fredkbot
parent e3b8c62969
commit 91b6ac31f3

View file

@ -822,7 +822,7 @@ export interface AstroUserConfig {
* }
* ```
*/
inlineStylesheets?: 'always' | 'auto' | 'never';
inlineStylesheets?: 'always' | 'auto' | 'never';
};
/**