mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
aaaand format the code
This commit is contained in:
@@ -73,7 +73,7 @@ namespace Octokit.Reactive
|
||||
public IObservable<User> GetAll(string org, OrganizationMembersFilter filter)
|
||||
{
|
||||
Ensure.ArgumentNotNullOrEmptyString(org, "org");
|
||||
|
||||
|
||||
return _connection.GetAndFlattenAllPages<User>(ApiUrls.Members(org, filter));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user