mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-16 09:35:40 -05:00
Adds whitespace style changes
This commit is contained in:
@@ -6,6 +6,7 @@ import { Logger } from './logger';
|
||||
import * as path from 'path';
|
||||
|
||||
export default class GitContentProvider implements TextDocumentContentProvider {
|
||||
|
||||
static scheme = DocumentSchemes.Git;
|
||||
|
||||
constructor(context: ExtensionContext, private git: GitProvider) { }
|
||||
|
||||
Reference in New Issue
Block a user