code_style: code style of Models.CommitGraph

This commit is contained in:
leo 2024-09-29 22:44:50 +08:00
parent 53c79303b0
commit 986c27e1cb
No known key found for this signature in database
3 changed files with 176 additions and 184 deletions

View file

@ -145,7 +145,7 @@ namespace SourceGit.Views
protected override void OnPointerMoved(PointerEventArgs e)
{
base.OnPointerMoved(e);
var view = TextView;
if (!e.Handled && view is { VisualLinesValid: true })
{