mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-23 23:55:13 +00:00
aaaand format the code
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Octokit
|
||||
public PublicRepositoryRequest(int since)
|
||||
{
|
||||
Ensure.ArgumentNotNull(since, "since");
|
||||
|
||||
|
||||
Since = since;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user