mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
code_style: simplify static commands used by styles and main menu; run dotnet format
This commit is contained in:
parent
e27d2d6a3f
commit
998230edff
10 changed files with 35 additions and 52 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue