code_style: run dotnet format

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-02-28 17:27:17 +08:00
parent 3e70ff94b0
commit 639bff9ad8
No known key found for this signature in database
2 changed files with 6 additions and 8 deletions

View file

@ -89,7 +89,7 @@ namespace SourceGit.ViewModels
private set
{
if (SetProperty(ref _changes, value))
SelectedChange = value is { Count: >0 } ? value[0] : null;
SelectedChange = value is { Count: > 0 } ? value[0] : null;
}
}