mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-16 17:25:40 -05:00
Removes I from interface naming of "things"
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { Uri } from 'vscode';
|
||||
import * as path from 'path';
|
||||
|
||||
export interface IGitStatus {
|
||||
export interface GitStatus {
|
||||
|
||||
branch: string;
|
||||
repoPath: string;
|
||||
|
||||
Reference in New Issue
Block a user