mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 04:40:54 +00:00
aaaand format the code
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
/// Instantiates a new GitHub Git API client.
|
||||
/// </summary>
|
||||
/// <param name="apiConnection">An API connection</param>
|
||||
public GitDatabaseClient(IApiConnection apiConnection)
|
||||
public GitDatabaseClient(IApiConnection apiConnection)
|
||||
: base(apiConnection)
|
||||
{
|
||||
Blob = new BlobsClient(apiConnection);
|
||||
|
||||
Reference in New Issue
Block a user