mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 18:35:00 +00:00
code_style: general cleanup
This commit is contained in:
parent
35eda489be
commit
dde08c507a
50 changed files with 98 additions and 157 deletions
|
@ -287,9 +287,8 @@ namespace SourceGit.Models
|
|||
return false;
|
||||
}
|
||||
|
||||
for (int i = 0; i < HistoriesFilters.Count; i++)
|
||||
foreach (var filter in HistoriesFilters)
|
||||
{
|
||||
var filter = HistoriesFilters[i];
|
||||
if (filter.Type != type)
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue