From 4e8a73c19646bf9b507cfebb8a2e43478b9cd448 Mon Sep 17 00:00:00 2001 From: VikramShetty Date: Fri, 6 Dec 2013 00:34:29 +0530 Subject: [PATCH] fixed the space issue --- Octokit/Authentication/TokenAuthenticator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Octokit/Authentication/TokenAuthenticator.cs b/Octokit/Authentication/TokenAuthenticator.cs index 5a7d2e4a..34dfeb81 100644 --- a/Octokit/Authentication/TokenAuthenticator.cs +++ b/Octokit/Authentication/TokenAuthenticator.cs @@ -6,7 +6,7 @@ namespace Octokit.Internal class TokenAuthenticator : IAuthenticationHandler { /// - ///Authenticate a request using the OAuth2 Token (sent in a header) authentication scheme + ///Authenticate a request using the OAuth2 Token (sent in a header) authentication scheme /// ///The request to authenticate ///The credentials to attach to the request