Skip to content

Commit 5a2f812

Browse files
committed
fixed build issue
1 parent a393ad3 commit 5a2f812

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/modulespecifiers/types.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ const (
9595
)
9696

9797
type UserPreferences struct {
98-
ImportModuleSpecifierPreference ImportModuleSpecifierPreference
99-
ImportModuleSpecifierEndingPreference ImportModuleSpecifierEndingPreference
100-
IncludePackageJsonAutoImports IncludePackageJsonAutoImports
101-
AutoImportSpecifierExcludeRegexes []string
98+
ImportModuleSpecifierPreference ImportModuleSpecifierPreference
99+
ImportModuleSpecifierEnding ImportModuleSpecifierEndingPreference
100+
IncludePackageJsonAutoImports IncludePackageJsonAutoImports
101+
AutoImportSpecifierExcludeRegexes []string
102102
}
103103

104104
type ModuleSpecifierOptions struct {

0 commit comments

Comments
 (0)