Skip to content

Commit

Permalink
ci: Fix Lint -- Workflow Bot (#5116)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason3S <Jason3S@users.noreply.github.com>
  • Loading branch information
1 parent 2082b48 commit e910d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cspell-lib/src/lib/trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { genSequence } from 'gensequence';

import type { LanguageId } from './LanguageIds.js';
import { toInternalSettings } from './Settings/CSpellSettingsServer.js';
import { calcSettingsForLanguageId } from './Settings/LanguageSettings.js';
import { finalizeSettings, mergeSettings } from './Settings/index.js';
import { calcSettingsForLanguageId } from './Settings/LanguageSettings.js';
import type { HasOptions, SpellingDictionaryCollection } from './SpellingDictionary/index.js';
import { getDictionaryInternal, refreshDictionaryCache } from './SpellingDictionary/index.js';
import { toFilePathOrHref } from './util/url.js';
Expand Down

0 comments on commit e910d70

Please sign in to comment.