code_style: run dotnet format
Some checks are pending
Continuous Integration / Build (push) Waiting to run
Continuous Integration / Prepare version string (push) Waiting to run
Continuous Integration / Package (push) Blocked by required conditions

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-06-01 11:23:04 +08:00
parent fa004ce31b
commit 57004c4baf
No known key found for this signature in database
2 changed files with 12 additions and 12 deletions

View file

@ -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);