mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-15 01:25:42 -05:00
Adds whitespace style changes
This commit is contained in:
@@ -41,6 +41,7 @@ export const GitBlameFormat = {
|
||||
};
|
||||
|
||||
export default class Git {
|
||||
|
||||
static normalizePath(fileName: string, repoPath?: string) {
|
||||
return fileName.replace(/\\/g, '/');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user