mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 04:40:54 +00:00
aaaand format the code
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Octokit
|
||||
{
|
||||
Ensure.ArgumentNotNullOrEmptyString(@base, "baseBranch");
|
||||
Ensure.ArgumentNotNullOrEmptyString(head, "head");
|
||||
|
||||
|
||||
Base = @base;
|
||||
Head = head;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user