mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
aaaand format the code
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Octokit
|
||||
/// Instantiates a new GitHub References API client
|
||||
/// </summary>
|
||||
/// <param name="apiConnection">An API connection</param>
|
||||
public ReferencesClient(IApiConnection apiConnection) :
|
||||
public ReferencesClient(IApiConnection apiConnection) :
|
||||
base(apiConnection)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user