mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 02:45:32 +00:00
aaaand format the code
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Octokit.Tests.Clients
|
||||
{
|
||||
var connection = Substitute.For<IApiConnection>();
|
||||
var client = new RepositoriesClient(connection);
|
||||
var hook = new NewRepositoryHook("name", new Dictionary<string, string> { {"config", "" }});
|
||||
var hook = new NewRepositoryHook("name", new Dictionary<string, string> { { "config", "" } });
|
||||
|
||||
client.Hooks.Create("fake", "repo", hook);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user