Clean up the Octokit.Reactive namespaces

Fixes #84
This commit is contained in:
Haacked
2013-10-18 22:11:29 -07:00
parent de305aace8
commit ad4be39ea3
16 changed files with 25 additions and 26 deletions

View File

@@ -1,9 +1,9 @@
using System;
using System.Reactive;
using System.Reactive.Threading.Tasks;
using Octokit.Reactive.Helpers;
using Octokit.Reactive.Internal;
namespace Octokit.Reactive.Clients
namespace Octokit.Reactive
{
public class ObservableRepositoriesClient : IObservableRepositoriesClient
{