Skip to content

Commit

Permalink
Adds missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Sep 28, 2019
1 parent 3462275 commit 9ff0407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/nodes/remoteNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class RemoteNode extends ViewNode<RepositoriesView> {
'',
undefined,
hierarchy,
`remote(${this.remote.name}`
`remote(${this.remote.name})`
);
const children = root.getChildren() as (BranchOrTagFolderNode | BranchNode)[];

Expand Down

0 comments on commit 9ff0407

Please sign in to comment.