mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-30 09:49:04 +00:00
aaaand format the code
This commit is contained in:
@@ -11,9 +11,9 @@ public class MergingClientTests : IDisposable
|
||||
private readonly IGitHubClient _github;
|
||||
private readonly IMergingClient _fixture;
|
||||
private readonly RepositoryContext _context;
|
||||
|
||||
|
||||
const string branchName = "my-branch";
|
||||
|
||||
|
||||
public MergingClientTests()
|
||||
{
|
||||
_github = new GitHubClient(new ProductHeaderValue("OctokitTests"))
|
||||
|
||||
Reference in New Issue
Block a user