mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +00:00
Fix small compilation error
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Octokit.Reactive
|
||||
/// <param name="org">The login for the organization</param>
|
||||
/// <param name="filter">The filter expression to use</param>
|
||||
/// <returns></returns>
|
||||
public IObservable<User> GetAll(string org, string filter);
|
||||
IObservable<User> GetAll(string org, string filter);
|
||||
|
||||
/// <summary>
|
||||
/// List all users who have publicized their membership of the organization.
|
||||
|
||||
@@ -77,6 +77,6 @@ namespace Octokit.Reactive
|
||||
/// </summary>
|
||||
/// <exception cref="ApiException">Thrown when a general API error occurs.</exception>
|
||||
/// <returns>The team's repositories</returns>
|
||||
public IObservable<Repository> GetRepositories(int id);
|
||||
IObservable<Repository> GetRepositories(int id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user