Skip to content

Commit

Permalink
ci: Fix Lint -- Workflow Bot (#6336)
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 38c3e65 commit 11f7c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cspell-lib/src/lib/util/Uri.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import { pathRepoTestFixtures } from '../../test-util/index.mjs';
import { extendExpect } from '../../test-util/test.matchers.mjs';
import type { Uri, UriInstance } from './IUri.js';
import {
uriFrom,
fromFilePath,
fromStdinFilePath,
isUri,
normalizeDriveLetter,
parse,
toUri,
uriFrom,
uriToFilePath,
} from './Uri.js';

Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-lib/src/lib/util/text.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { opConcatMap, opMap, pipe } from '@cspell/cspell-pipe/sync';
import type { TextDocumentOffset, TextOffset } from '@cspell/cspell-types';

import type { Uri } from './IUri.js';
import { binarySearch } from './search.js';
import {
regExAccents,
Expand All @@ -12,7 +13,6 @@ import {
regExWords,
regExWordsAndDigits,
} from './textRegex.js';
import type { Uri } from './IUri.js';
import { toUri } from './Uri.js';
import { scanMap } from './util.js';

Expand Down

0 comments on commit 11f7c45

Please sign in to comment.