Skip to content

Commit 6ec8169

Browse files
[autofix.ci] apply automated fixes
1 parent 44e3346 commit 6ec8169

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/language-service/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ export function getHybridModeLanguageServicePlugins(
4747

4848
function getCommonLanguageServicePlugins(
4949
_ts: typeof import('typescript'),
50-
_getTsPluginClient: (context: LanguageServiceContext) => IRequests | undefined,
50+
_getTsPluginClient: (
51+
context: LanguageServiceContext,
52+
) => IRequests | undefined,
5153
): LanguageServicePlugin[] {
5254
return [
5355
// createTypeScriptTwoslashQueriesPlugin(ts),

0 commit comments

Comments
 (0)