code_style: general cleanup (#1497)

This commit is contained in:
Nathan Baulch
2025-07-03 12:32:03 +10:00
committed by GitHub
parent baeef2d924
commit ec17ea9901
58 changed files with 134 additions and 236 deletions

View File

@@ -18,7 +18,7 @@ namespace SourceGit.ViewModels
public bool IsFolder
{
get => Backend != null && Backend.Type == Models.ObjectType.Tree;
get => Backend?.Type == Models.ObjectType.Tree;
}
public bool IsExpanded