code_style: run dotnet format

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2024-10-23 15:28:09 +08:00
parent d4302b4faa
commit a5594130ed
No known key found for this signature in database
7 changed files with 8 additions and 9 deletions

View file

@ -19,7 +19,7 @@ namespace SourceGit.Views
e.Handled = true;
}
private void OnChangeContextRequested(object sender, ContextRequestedEventArgs e)
private void OnChangeContextRequested(object sender, ContextRequestedEventArgs e)
{
if (DataContext is ViewModels.StashesPage vm && sender is Grid grid)
{