File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export const markdocPreprocess = (options: Options = {}): PreprocessorGroup => {
4646 for ( const key in options ) {
4747 if ( ! validOptionKeys . includes ( key as keyof Options ) ) {
4848 log . warn (
49- `Invalid option "${ key } " provided and ignored. Check the documentation for valid options.`
49+ `Invalid option "${ key } " provided and ignored. Check the documentation for valid options.` ,
5050 ) ;
5151 }
5252 }
@@ -212,7 +212,7 @@ export const markdocPreprocess = (options: Options = {}): PreprocessorGroup => {
212212 extractUsedSvelteComponents ( transformedContent ) ;
213213 const componentImportStatements = getComponentImports (
214214 usedSvelteComponentNames ,
215- componentsPath
215+ componentsPath ,
216216 ) ;
217217
218218 // Construct script tag content
You can’t perform that action at this time.
0 commit comments