mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 10:25:00 +00:00
code_style: run dotnet format
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
fa004ce31b
commit
57004c4baf
2 changed files with 12 additions and 12 deletions
|
@ -235,10 +235,10 @@ namespace SourceGit.Views
|
|||
{
|
||||
if (sender is not Control control)
|
||||
return;
|
||||
|
||||
|
||||
if (control.DataContext is ViewModels.ChangeTreeNode node)
|
||||
{
|
||||
if (node.Change is {} c)
|
||||
if (node.Change is { } c)
|
||||
UpdateRowTips(control, c);
|
||||
else
|
||||
ToolTip.SetTip(control, node.FullPath);
|
||||
|
@ -501,10 +501,10 @@ namespace SourceGit.Views
|
|||
tip.Inlines!.Add(new Run(" • ") { Foreground = Brushes.Gray });
|
||||
tip.Inlines!.Add(new Run(change.ConflictDesc) { Foreground = Brushes.Gray });
|
||||
}
|
||||
|
||||
|
||||
ToolTip.SetTip(control, tip);
|
||||
}
|
||||
|
||||
|
||||
private bool _disableSelectionChangingEvent = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue