From 2a5da0ff1e8c6ce2dc7792f3e971d59db9fdf903 Mon Sep 17 00:00:00 2001 From: Prayank Mathur Date: Wed, 30 Mar 2016 16:22:57 +0530 Subject: [PATCH] Removed extraneous whitespace --- Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs | 3 ++- Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs b/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs index 8af9eee7..1293eb31 100644 --- a/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs +++ b/Octokit.Reactive/Clients/IObservableRepositoryPagesClient.cs @@ -34,11 +34,12 @@ namespace Octokit.Reactive /// The owner of the repository /// The name of the repository /// Options to change the API response - /// + /// /// See the API documentation for more information. /// /// IObservable GetAll(string owner, string repositoryName, ApiOptions options); + /// /// Gets the build metadata for the last build for a given repository /// diff --git a/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs b/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs index 39e0bfa6..28d06ccc 100644 --- a/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs +++ b/Octokit.Reactive/Clients/ObservableRepositoryPagesClient.cs @@ -59,7 +59,7 @@ namespace Octokit.Reactive /// The owner of the repository /// The name of the repository /// Options to change the API response - /// + /// /// See the API documentation for more information. /// ///