mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-07 20:04:59 +00:00
code_style: run dotnet format
Some checks failed
Some checks failed
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
fbc8edcc13
commit
46231a759c
9 changed files with 9 additions and 10 deletions
|
@ -1770,7 +1770,7 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
if (old.Count != cur.Count)
|
||||
return true;
|
||||
|
||||
|
||||
var oldMap = new Dictionary<string, Models.Change>();
|
||||
foreach (var c in old)
|
||||
oldMap.Add(c.Path, c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue