mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
code_style: remove unused namespace using
This commit is contained in:
parent
191763e1d8
commit
7e4eca9691
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
|||
using Avalonia.Controls.Documents;
|
||||
|
||||
namespace SourceGit.Models
|
||||
namespace SourceGit.Models
|
||||
{
|
||||
public class Hyperlink
|
||||
{
|
||||
|
|
|
@ -159,7 +159,7 @@ namespace SourceGit.Views
|
|||
{
|
||||
Native.OS.OpenBrowser(_lastHover.Link);
|
||||
}
|
||||
|
||||
|
||||
e.Handled = true;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue