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

@@ -9,7 +9,7 @@ import * as path from 'path';
export class CloseUnchangedFilesCommand extends ActiveEditorCommand {
constructor(private git: GitProvider, public repoPath: string) {
constructor(private git: GitProvider, private repoPath: string) {
super(Commands.CloseUnchangedFiles);
}