fixed the space issue

This commit is contained in:
VikramShetty
2013-12-06 00:34:29 +05:30
parent 09614f7015
commit 4e8a73c196
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Octokit.Internal
class TokenAuthenticator : IAuthenticationHandler
{
///<summary>
///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
///</summary>
///<param name="request">The request to authenticate</param>
///<param name="credentials">The credentials to attach to the request</param>