mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-09 01:32:40 -05:00
Removes unnecessary public
This commit is contained in:
@@ -8,7 +8,7 @@ import { copy } from 'copy-paste';
|
||||
|
||||
export class CopyShaToClipboardCommand extends ActiveEditorCommand {
|
||||
|
||||
constructor(private git: GitProvider, public repoPath: string) {
|
||||
constructor(private git: GitProvider, private repoPath: string) {
|
||||
super(Commands.CopyShaToClipboard);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user