Fix merge

This commit is contained in:
Bernat Borràs Civil 2025-04-11 16:57:19 +02:00
parent f8faf1ba26
commit 99267b1ba7

View file

@ -919,11 +919,7 @@ namespace SourceGit.ViewModels
private CancellationTokenSource _cancellationSource = null;
private List<string> _revisionFiles = null;
private string _revisionFileSearchFilter = string.Empty;
<<<<<<< HEAD
private bool _isRevisionFileSearchSuggestionOpen = false;
private Dictionary<string, (int added, int removed)> _lineCountCache = new Dictionary<string, (int added, int removed)>();
=======
private List<string> _revisionFileSearchSuggestion = null;
>>>>>>> develop
}
}