Fixed minor namespace and whitespace issues

This commit is contained in:
Kristian Hellang
2013-12-01 23:25:41 +01:00
parent c4f6c6d19d
commit ae23a2ae7a
18 changed files with 116 additions and 123 deletions

View File

@@ -1,11 +1,7 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Octokit.Reactive.Clients
namespace Octokit.Reactive
{
public interface IObservableIssuesEventsClient
{