From eac14ae72eeda1fb12c4c2198484e96cf87b767d Mon Sep 17 00:00:00 2001 From: Perry Taylor Date: Wed, 30 Oct 2013 21:34:17 -0400 Subject: [PATCH] Fix whitespaces --- Octokit.Reactive/ObservableGitHubClient.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Octokit.Reactive/ObservableGitHubClient.cs b/Octokit.Reactive/ObservableGitHubClient.cs index f35049b2..464d15c2 100644 --- a/Octokit.Reactive/ObservableGitHubClient.cs +++ b/Octokit.Reactive/ObservableGitHubClient.cs @@ -14,7 +14,7 @@ namespace Octokit.Reactive } public ObservableGitHubClient(ProductHeaderValue productInformation, ICredentialStore credentialStore) - :this (new GitHubClient(productInformation, credentialStore)) + :this(new GitHubClient(productInformation, credentialStore)) { } @@ -26,8 +26,8 @@ namespace Octokit.Reactive public ObservableGitHubClient(ProductHeaderValue productInformation, ICredentialStore credentialStore, Uri baseAddress) :this(new GitHubClient(productInformation, credentialStore, baseAddress)) { - } + public ObservableGitHubClient(IGitHubClient gitHubClient) { Ensure.ArgumentNotNull(gitHubClient, "githubClient");