code_style: remove unused code and run dotnet format

This commit is contained in:
leo 2024-08-23 10:28:16 +08:00
parent e6f3ab5e68
commit c1ee47a79d
No known key found for this signature in database
4 changed files with 4 additions and 6 deletions

View file

@ -259,7 +259,7 @@ namespace SourceGit.Views
var dialog = new ConfirmRestart();
App.OpenDialog(dialog);
}
e.Handled = true;
}
}