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

Commit 298af46

Browse files
authored
Merge pull request #2288 from github/fixes/PoliCheck-suggestions
Fix any issues flagged by PoliCheck
2 parents bd445eb + 7cd9bea commit 298af46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GitHub.VisualStudio.UI/Views/Dialog/GistCreationView.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ namespace GitHub.VisualStudio.Views.Dialog
1515
public class GenericGistCreationView : ViewBase<IGistCreationViewModel, GistCreationView>
1616
{ }
1717

18-
public class FooBar { }
19-
2018
[ExportViewFor(typeof(IGistCreationViewModel))]
2119
[PartCreationPolicy(CreationPolicy.NonShared)]
2220
public partial class GistCreationView : GenericGistCreationView

0 commit comments

Comments
 (0)