Skip to content

Commit 211113a

Browse files
street-side-software-automation[bot]Jason3S
andauthoredJun 3, 2024··
ci: Fix Lint -- Workflow Bot (#5699)
Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com>
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

+1-1
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)
Please sign in to comment.