Removes unnecessary public

This commit is contained in:
Eric Amodio
2017-03-11 00:37:00 -05:00
parent 762fa545c7
commit e7fedb3c51
7 changed files with 7 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ import { CommandQuickPickItem, RepoStatusQuickPick } from '../quickPicks';
export class ShowQuickRepoStatusCommand extends ActiveEditorCommand {
constructor(private git: GitProvider, public repoPath: string) {
constructor(private git: GitProvider, private repoPath: string) {
super(Commands.ShowQuickRepoStatus);
}