incorrect namespace

This commit is contained in:
Andy Cross
2014-01-20 17:57:19 +00:00
parent 5f038b8d1f
commit 144358b93d
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Reactive;
namespace Octokit.Reactive.Clients
namespace Octokit.Reactive
{
public interface IObservableRepositoryHooksClient
{
@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Reactive;
using System.Reactive.Threading.Tasks;
namespace Octokit.Reactive.Clients
namespace Octokit.Reactive
{
public class ObservableRepositoryHooksClient : IObservableRepositoryHooksClient
{