Skip to content

Commit 5bb6803

Browse files
ci(lint): auto-fix
1 parent 2e7e386 commit 5bb6803

File tree

1 file changed

+2
-2
lines changed
  • packages/typescript-plugin/lib/requests

1 file changed

+2
-2
lines changed

packages/typescript-plugin/lib/requests/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ export interface RequestContext {
66
languageService: ts.LanguageService;
77
languageServiceHost: ts.LanguageServiceHost;
88
language: Language;
9-
isTsPlugin: boolean,
10-
getFileId: (fileName: string) => string,
9+
isTsPlugin: boolean;
10+
getFileId: (fileName: string) => string;
1111
}

0 commit comments

Comments
 (0)