mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 13:45:12 +00:00
Corrected TheUpdateMethod.EnsureArgumentsNotNull()
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Octokit
|
||||
/// </summary>
|
||||
/// <param name="message">The message.</param>
|
||||
/// <param name="branch">The branch the request is for.</param>
|
||||
protected ContentRequest(string message, string branch): this(message)
|
||||
protected ContentRequest(string message, string branch) : this(message)
|
||||
{
|
||||
Ensure.ArgumentNotNullOrEmptyString(branch, "branch");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user