mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -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)
|
||||
{
|
||||
Inlines.Add(new Run(subject));
|
||||
InvalidateTextLayout();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue