Skip to content

Commit ddb4b21

Browse files
authored
Remove dupe null check (#384)
1 parent c48fc0d commit ddb4b21

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/KubernetesClient/Kubernetes.WebSocket.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ public partial class Kubernetes
6262
throw new ArgumentOutOfRangeException(nameof(command));
6363
}
6464

65-
if (command == null)
66-
{
67-
throw new ArgumentNullException(nameof(command));
68-
}
69-
7065
var commandArray = command.ToArray();
7166
foreach (var c in commandArray)
7267
{

0 commit comments

Comments
 (0)