Skip to content

Commit 401a7b0

Browse files
ci(lint): auto-fix
1 parent 30afde1 commit 401a7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/language-service/lib/features/provideCallHierarchyItems.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function register(context: LanguageServiceContext) {
1818
return {
1919

2020
getCallHierarchyItems(uri: URI, position: vscode.Position, token = NoneCancellationToken) {
21-
21+
2222
return languageFeatureWorker(
2323
context,
2424
uri,

0 commit comments

Comments
 (0)