mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-25 06:04:59 +00:00
code_style: run dotnet format
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
d4302b4faa
commit
a5594130ed
7 changed files with 8 additions and 9 deletions
|
@ -11,7 +11,7 @@ namespace SourceGit.Commands
|
|||
Context = repo;
|
||||
Args = includeUntracked ? "add ." : "add -u .";
|
||||
}
|
||||
|
||||
|
||||
public Add(string repo, List<Models.Change> changes)
|
||||
{
|
||||
WorkingDirectory = repo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue