mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-08 12: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
|
@ -238,7 +238,7 @@ namespace SourceGit.Views
|
||||||
|
|
||||||
if (control.DataContext is ViewModels.ChangeTreeNode node)
|
if (control.DataContext is ViewModels.ChangeTreeNode node)
|
||||||
{
|
{
|
||||||
if (node.Change is {} c)
|
if (node.Change is { } c)
|
||||||
UpdateRowTips(control, c);
|
UpdateRowTips(control, c);
|
||||||
else
|
else
|
||||||
ToolTip.SetTip(control, node.FullPath);
|
ToolTip.SetTip(control, node.FullPath);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue