code_style: run dotnet format

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-11-14 21:15:40 +08:00
parent 28c93da73b
commit a824adf6d3
No known key found for this signature in database
6 changed files with 9 additions and 10 deletions

View file

@ -234,7 +234,7 @@ namespace SourceGit.Models
{
var name = filter.Pattern.Substring(11);
var b = $"{name.Substring(0, name.Length - 1)}[{name[^1]}]";
if (filter.Mode == FilterMode.Included)
includedBranches.Add(b);
else if (filter.Mode == FilterMode.Excluded)