mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08: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
|
public class Hyperlink
|
||||||
{
|
{
|
||||||
|
|
|
@ -159,7 +159,7 @@ namespace SourceGit.Views
|
||||||
{
|
{
|
||||||
Native.OS.OpenBrowser(_lastHover.Link);
|
Native.OS.OpenBrowser(_lastHover.Link);
|
||||||
}
|
}
|
||||||
|
|
||||||
e.Handled = true;
|
e.Handled = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue