Skip to content

Commit

Permalink
Update packages/plugin-ext/src/plugin/plugin-context.ts
Browse files Browse the repository at this point in the history
Remove trailing space that trips the linter

Co-authored-by: Vincent Fugnitto <[email protected]>
  • Loading branch information
marcdumais-work and vince-fugnitto committed May 19, 2023
1 parent 47eba00 commit 248f6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-ext/src/plugin/plugin-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ export function createAPIFactory(
},
/**
* @stubbed
* This is a stub implementation, that should minimally satisfy vscode built-in extensions
* This is a stub implementation, that should minimally satisfy vscode built-in extensions
* that currently use this proposed API.
*/
onWillCreateEditSessionIdentity: () => Disposable.NULL,
Expand Down

0 comments on commit 248f6b6

Please sign in to comment.