mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-07 20:04:59 +00:00
code_style: run dotnet format
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
9a36e652e6
commit
12597fd3e3
7 changed files with 22 additions and 19 deletions
|
@ -295,7 +295,7 @@ namespace SourceGit.ViewModels
|
|||
public void NavigateToCommit(Models.Commit commit)
|
||||
{
|
||||
_repo.NavigateToCommit(commit.SHA);
|
||||
}
|
||||
}
|
||||
|
||||
private readonly Repository _repo = null;
|
||||
private readonly string _file = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue