mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-26 03:40:45 +08:00
code_style: simplify static commands used by styles and main menu; run dotnet format
This commit is contained in:
@@ -27,10 +27,11 @@ namespace SourceGit.ViewModels
|
||||
public MoveRepositoryNode(RepositoryNode target)
|
||||
{
|
||||
Target = target;
|
||||
Rows.Add(new RepositoryNode() {
|
||||
Name = "ROOT",
|
||||
Depth = 0,
|
||||
Id = Guid.NewGuid().ToString()
|
||||
Rows.Add(new RepositoryNode()
|
||||
{
|
||||
Name = "ROOT",
|
||||
Depth = 0,
|
||||
Id = Guid.NewGuid().ToString()
|
||||
});
|
||||
MakeRows(Preference.Instance.RepositoryNodes, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user