Skip to content

Commit 6976a4c

Browse files
committed
🎨 Prettify
1 parent 3b0cfcb commit 6976a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/main.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)