mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +00:00
Fix whitespaces
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user