mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-18 21:25:12 +00:00
I was concentrating on different white spaces.
And it was right in front of me:)
This commit is contained in:
@@ -14,17 +14,17 @@ namespace Octokit.Reactive
|
|||||||
}
|
}
|
||||||
|
|
||||||
public ObservableGitHubClient(ProductHeaderValue productInformation, ICredentialStore credentialStore)
|
public ObservableGitHubClient(ProductHeaderValue productInformation, ICredentialStore credentialStore)
|
||||||
:this(new GitHubClient(productInformation, credentialStore))
|
: this(new GitHubClient(productInformation, credentialStore))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public ObservableGitHubClient(ProductHeaderValue productInformation, Uri baseAddress)
|
public ObservableGitHubClient(ProductHeaderValue productInformation, Uri baseAddress)
|
||||||
:this(new GitHubClient(productInformation, baseAddress))
|
: this(new GitHubClient(productInformation, baseAddress))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public ObservableGitHubClient(ProductHeaderValue productInformation, ICredentialStore credentialStore, Uri baseAddress)
|
public ObservableGitHubClient(ProductHeaderValue productInformation, ICredentialStore credentialStore, Uri baseAddress)
|
||||||
:this(new GitHubClient(productInformation, credentialStore, baseAddress))
|
: this(new GitHubClient(productInformation, credentialStore, baseAddress))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user