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

Commit fcef877

Browse files
committed
Remove Guard for null culture
1 parent 75be49c commit fcef877

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GitHub.VisualStudio/UI/Views/Controls/RepositoryCloneControl.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ public RepositoryGroupDescription(RepositoryCloneControl owner)
8888

8989
public override object GroupNameFromItem(object item, int level, System.Globalization.CultureInfo culture)
9090
{
91-
Guard.ArgumentNotNull(culture, nameof(culture));
92-
9391
var repo = item as IRemoteRepositoryModel;
9492
var name = repo?.Owner ?? string.Empty;
9593
RepositoryGroup group;

0 commit comments

Comments
 (0)