code_style: run dotnet format to apply rules

This commit is contained in:
leo 2024-07-23 13:58:57 +08:00
parent e0319e3f9b
commit 40d5a7c7f3
No known key found for this signature in database
6 changed files with 15 additions and 16 deletions

View file

@ -14,7 +14,8 @@ namespace SourceGit.Commands
public Diff(string repo, Models.DiffOption opt, int unified) public Diff(string repo, Models.DiffOption opt, int unified)
{ {
_result.TextDiff = new Models.TextDiff() { _result.TextDiff = new Models.TextDiff()
{
Repo = repo, Repo = repo,
Option = opt, Option = opt,
}; };

View file

@ -38,7 +38,5 @@ namespace SourceGit.Commands
return null; return null;
} }
} }
} }