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
@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Reactive.Linq;
using System.Reactive.Threading.Tasks;
namespace Octokit.Reactive.Helpers
namespace Octokit.Reactive.Internal
{
internal static class ConnectionExtensions
{