Skip to content

Commit 211113a

Browse files
ci: Fix Lint -- Workflow Bot (#5699)
Co-authored-by: Jason3S <[email protected]>
1 parent 3d3f3ab commit 211113a

File tree

1 file changed

+1
-1
lines changed
  • packages/cspell-lib/src/lib/util

1 file changed

+1
-1
lines changed

packages/cspell-lib/src/lib/util/Uri.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import assert from 'node:assert';
22

3+
import { isUrlLike } from 'cspell-io';
34
import { URI, Utils } from 'vscode-uri';
4-
import { isUrlLike } from 'cspell-io'
55

66
export interface Uri {
77
readonly scheme: string;

0 commit comments

Comments
 (0)