mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 11:44:59 +00:00
code_style: run dotnet format
to apply code style rules
This commit is contained in:
parent
0ba58a6e9b
commit
e5462f0086
15 changed files with 50 additions and 50 deletions
|
@ -65,7 +65,7 @@ namespace SourceGit.Views
|
|||
|
||||
private void OnSearchCommitPanelPropertyChanged(object sender, AvaloniaPropertyChangedEventArgs e)
|
||||
{
|
||||
if (e.Property == IsVisibleProperty && sender is Grid { IsVisible: true})
|
||||
if (e.Property == IsVisibleProperty && sender is Grid { IsVisible: true })
|
||||
txtSearchCommitsBox.Focus();
|
||||
}
|
||||
|
||||
|
@ -86,7 +86,7 @@ namespace SourceGit.Views
|
|||
{
|
||||
repo.NavigateToCommit(commit.SHA);
|
||||
}
|
||||
|
||||
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
|
@ -101,7 +101,7 @@ namespace SourceGit.Views
|
|||
remoteBranchTree.UnselectAll();
|
||||
tagsList.SelectedItem = null;
|
||||
}
|
||||
|
||||
|
||||
private void OnRemoteBranchTreeSelectionChanged(object _1, RoutedEventArgs _2)
|
||||
{
|
||||
localBranchTree.UnselectAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue