Skip to content

Commit e1faadc

Browse files
committed
chore: formatting
1 parent 5e58a1d commit e1faadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/build/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ export function shouldIncludeCategory(name: string, config: RegistryConfig) {
422422

423423
export function createShouldIncludeFile(config: RegistryConfig) {
424424
if (config.includeFiles.length === 0) return () => false;
425-
425+
426426
// Dispite it's name, the ignore package can also be used to include files.
427427
// It's just a pattern matching library based on the .gitignore syntax.
428428
const ignore = baseIgnore().add(config.includeFiles.map((p) => p.replace(/^(\.\/|\/)/, '')));

0 commit comments

Comments
 (0)