code_style: run dotnet format

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-25 14:31:14 +08:00
parent a94c7f55ce
commit 22d4f26bc3
No known key found for this signature in database

View file

@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Globalization;
using System.Text.RegularExpressions;
@ -129,7 +128,7 @@ namespace SourceGit.Views
var subject = Subject;
if (string.IsNullOrEmpty(subject))
{
_inlines.Clear();
_needRebuildInlines = true;
InvalidateVisual();
return;
}