interfaces just live under Octokit.Reactive

This commit is contained in:
Brendan Forster
2014-02-18 21:39:51 +11:00
parent 5f124ee2e2
commit 972304e8e5
2 changed files with 2 additions and 2 deletions
@@ -2,7 +2,7 @@ using System;
using System.Reactive.Threading.Tasks;
using Octokit.Reactive.Internal;
namespace Octokit.Reactive.Clients
namespace Octokit.Reactive
{
public interface IObservableDeploymentStatusClient
{
@@ -1,6 +1,6 @@
using System;
namespace Octokit.Reactive.Clients
namespace Octokit.Reactive
{
public interface IObservableDeploymentsClient
{