diff --git a/Octokit/Clients/UserAdministrationClient.cs b/Octokit/Clients/UserAdministrationClient.cs index 7245a8ad..cd7c14cb 100644 --- a/Octokit/Clients/UserAdministrationClient.cs +++ b/Octokit/Clients/UserAdministrationClient.cs @@ -100,8 +100,6 @@ namespace Octokit { throw new ApiException("Invalid Status Code returned. Expected a 204", response); } - - return; } /// @@ -201,8 +199,6 @@ namespace Octokit { throw new ApiException("Invalid Status Code returned. Expected a 204", response); } - - return; } /// @@ -224,8 +220,6 @@ namespace Octokit { throw new ApiException("Invalid Status Code returned. Expected a 204", response); } - - return; } } }