code_style: remove unnecessary properties

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-06-17 11:29:24 +08:00
parent dcdc52592c
commit e102e49f45
No known key found for this signature in database
4 changed files with 6 additions and 21 deletions

View file

@ -14,11 +14,6 @@ namespace SourceGit.ViewModels
{
public class Histories : ObservableObject, IDisposable
{
public Repository Repo
{
get => _repo;
}
public bool IsLoading
{
get => _isLoading;