mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
Remove full qualifier for the Unit typename
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user