code_style: run dotnet format to follow rules defined in .editorconfig

This commit is contained in:
leo 2024-03-28 17:46:03 +08:00
parent 7866a11037
commit 61cead1867
12 changed files with 13 additions and 13 deletions

View file

@ -102,7 +102,7 @@ namespace SourceGit.Views
if (left != null)
{
return GetDesiredSize(left.Size, availableSize);
}
}
else if (right != null)
{
return GetDesiredSize(right.Size, availableSize);