Skip to content

Commit

Permalink
remove unnecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-marechal committed Jan 20, 2023
1 parent cd08219 commit 37cabef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/plugin-ext/src/plugin/tree/tree-views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export class TreeViewsExtImpl implements TreeViewsExt {

constructor(rpc: RPCProtocol, readonly commandRegistry: CommandRegistryImpl) {
this.proxy = rpc.getProxy(PLUGIN_RPC_CONTEXT.TREE_VIEWS_MAIN);

commandRegistry.registerArgumentProcessor({
processArgument: arg => {
if (TreeViewItemReference.is(arg)) {
Expand Down

0 comments on commit 37cabef

Please sign in to comment.