mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-02-04 09:45:36 -05:00
Adds whitespace style changes
This commit is contained in:
@@ -6,6 +6,7 @@ import { Commands } from '../constants';
|
||||
import { Logger } from '../logger';
|
||||
|
||||
export default class ToggleBlameCommand extends EditorCommand {
|
||||
|
||||
constructor(private annotationController: BlameAnnotationController) {
|
||||
super(Commands.ToggleBlame);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user