Fixes lint issues

This commit is contained in:
Eric Amodio
2017-07-20 22:19:58 +02:00
parent 4826e99986
commit 4d167c3cdd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
'use strict';
import { Command, Event, ExtensionContext, TreeItem} from 'vscode';
import { Command, Event, ExtensionContext, TreeItem } from 'vscode';
import { GitService, GitUri } from '../gitService';
export declare type ResourceType = 'status' | 'branches' | 'repository' | 'branch-history' | 'file-history' | 'stash-history' | 'commit' | 'stash-commit' | 'commit-file';