mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
code_style: remove unnecessary call
This commit is contained in:
parent
e0b09d4dd4
commit
551ea883ff
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ namespace SourceGit.Views
|
||||||
if (rules == null || rules.Count == 0)
|
if (rules == null || rules.Count == 0)
|
||||||
{
|
{
|
||||||
Inlines.Add(new Run(subject));
|
Inlines.Add(new Run(subject));
|
||||||
InvalidateTextLayout();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue