mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 11:44:59 +00:00
code_style: run dotnet format
This commit is contained in:
parent
2e87f83a38
commit
ec6fe25e87
10 changed files with 13 additions and 33 deletions
|
@ -44,7 +44,7 @@ namespace SourceGit.Views
|
|||
SearchSuggestionBox.Focus(NavigationMethod.Tab);
|
||||
SearchSuggestionBox.SelectedIndex = 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
e.Handled = true;
|
||||
}
|
||||
|
@ -295,7 +295,7 @@ namespace SourceGit.Views
|
|||
}
|
||||
}
|
||||
|
||||
private void OnSearchSuggestionBoxKeyDown(object sender, KeyEventArgs e)
|
||||
private void OnSearchSuggestionBoxKeyDown(object sender, KeyEventArgs e)
|
||||
{
|
||||
var repo = DataContext as ViewModels.Repository;
|
||||
if (e.Key == Key.Escape)
|
||||
|
@ -314,7 +314,7 @@ namespace SourceGit.Views
|
|||
}
|
||||
}
|
||||
|
||||
private void OnSearchSuggestionDoubleTapped(object sender, TappedEventArgs e)
|
||||
private void OnSearchSuggestionDoubleTapped(object sender, TappedEventArgs e)
|
||||
{
|
||||
var repo = DataContext as ViewModels.Repository;
|
||||
var content = (sender as StackPanel)?.DataContext as string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue