mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-27 05:15:05 +00:00
code_style: remove unnecessary properties
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
dcdc52592c
commit
e102e49f45
4 changed files with 6 additions and 21 deletions
|
@ -14,11 +14,6 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
public class Histories : ObservableObject, IDisposable
|
||||
{
|
||||
public Repository Repo
|
||||
{
|
||||
get => _repo;
|
||||
}
|
||||
|
||||
public bool IsLoading
|
||||
{
|
||||
get => _isLoading;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue