diff --git a/Octokit.Reactive/Clients/ObservableFollowersClient.cs b/Octokit.Reactive/Clients/ObservableFollowersClient.cs index 88e3159c..e9dadc2e 100644 --- a/Octokit.Reactive/Clients/ObservableFollowersClient.cs +++ b/Octokit.Reactive/Clients/ObservableFollowersClient.cs @@ -131,7 +131,7 @@ namespace Octokit.Reactive /// See the API documentation for more information. /// /// - public IObservable Unfollow(string login) + public IObservable Unfollow(string login) { Ensure.ArgumentNotNullOrEmptyString(login, "login");