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

@@ -8,7 +8,7 @@ import { copy } from 'copy-paste';
export class CopyMessageToClipboardCommand extends ActiveEditorCommand {
constructor(private git: GitProvider, public repoPath: string) {
constructor(private git: GitProvider, private repoPath: string) {
super(Commands.CopyMessageToClipboard);
}