mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 04:34:59 +00:00
cleanup<*>: run vs code cleanup to format codestyle and remove unused references
This commit is contained in:
parent
37559b60d4
commit
2cf7192ec4
41 changed files with 77 additions and 89 deletions
|
@ -454,7 +454,7 @@ namespace SourceGit.Views.Widgets {
|
|||
|
||||
private void OpenNewBranch(object sender, RoutedEventArgs e) {
|
||||
var current = repo.Branches.Find(x => x.IsCurrent);
|
||||
if (current != null) {
|
||||
if (current != null) {
|
||||
new Popups.CreateBranch(repo, current).Show();
|
||||
} else {
|
||||
Models.Exception.Raise(App.Text("CreateBranch.Idle"));
|
||||
|
@ -815,7 +815,7 @@ namespace SourceGit.Views.Widgets {
|
|||
Clipboard.SetText(branch.Remote + "/" + branch.Name);
|
||||
e.Handled = true;
|
||||
};
|
||||
|
||||
|
||||
menu.Items.Add(delete);
|
||||
menu.Items.Add(new Separator());
|
||||
menu.Items.Add(createBranch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue