mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 21:09:51 +00:00
removed redundant control flow jump statements (#1266)
This commit is contained in:
committed by
Brendan Forster
parent
1bfb7f7a7b
commit
52a059a343
@@ -100,8 +100,6 @@ namespace Octokit
|
||||
{
|
||||
throw new ApiException("Invalid Status Code returned. Expected a 204", response);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -201,8 +199,6 @@ namespace Octokit
|
||||
{
|
||||
throw new ApiException("Invalid Status Code returned. Expected a 204", response);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -224,8 +220,6 @@ namespace Octokit
|
||||
{
|
||||
throw new ApiException("Invalid Status Code returned. Expected a 204", response);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user