Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5eddcbc

Browse files
Cleanup
1 parent c9b2fc1 commit 5eddcbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestAnnotationsView.xaml.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ public PullRequestAnnotationsView()
1818
InitializeComponent();
1919
}
2020

21-
[Import]
22-
public IVisualStudioBrowser Browser { get; set; }
23-
2421
void OpenHyperlink(object sender, ExecutedRoutedEventArgs e)
2522
{
2623
Uri uri;
@@ -30,5 +27,8 @@ void OpenHyperlink(object sender, ExecutedRoutedEventArgs e)
3027
Browser.OpenUrl(uri);
3128
}
3229
}
30+
31+
[Import]
32+
public IVisualStudioBrowser Browser { get; set; }
3333
}
3434
}

0 commit comments

Comments
 (0)