mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 06:05:12 +00:00
Tidying
This commit is contained in:
@@ -7,15 +7,9 @@ namespace Octokit.Reactive
|
|||||||
{
|
{
|
||||||
public class ObservableRepositoryPagesClient : IObservableRepositoryPagesClient
|
public class ObservableRepositoryPagesClient : IObservableRepositoryPagesClient
|
||||||
{
|
{
|
||||||
private Func<object[], IGitHubClient> @for;
|
|
||||||
readonly IRepositoryPagesClient _client;
|
readonly IRepositoryPagesClient _client;
|
||||||
readonly IConnection _connection;
|
readonly IConnection _connection;
|
||||||
|
|
||||||
public ObservableRepositoryPagesClient(Func<object[], IGitHubClient> @for)
|
|
||||||
{
|
|
||||||
this.@for = @for;
|
|
||||||
}
|
|
||||||
|
|
||||||
public ObservableRepositoryPagesClient(IGitHubClient client)
|
public ObservableRepositoryPagesClient(IGitHubClient client)
|
||||||
{
|
{
|
||||||
Ensure.ArgumentNotNull(client, "client");
|
Ensure.ArgumentNotNull(client, "client");
|
||||||
|
|||||||
Reference in New Issue
Block a user