mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
code_style: remove empty lines
This commit is contained in:
parent
de2f70b8ea
commit
dabdd0b06a
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ namespace SourceGit.Views
|
||||||
SearchSuggestionBox.SelectedIndex = 0;
|
SearchSuggestionBox.SelectedIndex = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
e.Handled = true;
|
e.Handled = true;
|
||||||
}
|
}
|
||||||
else if (e.Key == Key.Escape)
|
else if (e.Key == Key.Escape)
|
||||||
|
|
Loading…
Reference in a new issue