Adds whitespace style changes

This commit is contained in:
Eric Amodio
2017-02-05 13:31:05 -05:00
parent 25007f7b69
commit 2b907788dd
27 changed files with 37 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import GitProvider, { GitCommit, GitUri } from '../gitProvider';
import { Logger } from '../logger';
export default class DiffLineWithPreviousCommand extends EditorCommand {
constructor(private git: GitProvider) {
super(Commands.DiffLineWithPrevious);
}