code_style: run dotnet format

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-04-17 16:35:18 +08:00
parent a06d1183d7
commit 104a3f0bbf
No known key found for this signature in database
4 changed files with 115 additions and 116 deletions

View file

@ -1261,7 +1261,7 @@ namespace SourceGit.Views
if (line.NoNewLineEndOfFile)
builder.Append("\u26D4");
builder.Append('\n');
}