Remove full qualifier for the Unit typename

This commit is contained in:
Henrik Andersson
2014-02-02 12:03:44 +10:00
parent 31ed5111dd
commit bdd0ffa17c
@@ -131,7 +131,7 @@ namespace Octokit.Reactive
/// See the <a href="http://developer.github.com/v3/users/followers/#unfollow-a-user">API documentation</a> for more information.
/// </remarks>
/// <returns></returns>
public IObservable<System.Reactive.Unit> Unfollow(string login)
public IObservable<Unit> Unfollow(string login)
{
Ensure.ArgumentNotNullOrEmptyString(login, "login");