diff options
author | agametov <agametov@gmail.com> | 2016-03-17 09:46:14 +0300 |
---|---|---|
committer | agametov <agametov@gmail.com> | 2016-03-17 09:46:14 +0300 |
commit | d743a32025afc30205591b73117bcecb5a16c295 (patch) | |
tree | a3c349f57269ecd8e7c73b15e63226e3911ce4aa | |
parent | 65ddb94de36f772b9a3bee165be012b9ad1f43f0 (diff) | |
download | DotNetOpenAuth-d743a32025afc30205591b73117bcecb5a16c295.zip DotNetOpenAuth-d743a32025afc30205591b73117bcecb5a16c295.tar.gz DotNetOpenAuth-d743a32025afc30205591b73117bcecb5a16c295.tar.bz2 |
remove the whitespace
-rw-r--r-- | src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/AuthenticationRequest.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/AuthenticationRequest.cs b/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/AuthenticationRequest.cs index 3a7a5f9..84addd7 100644 --- a/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/AuthenticationRequest.cs +++ b/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/RelyingParty/AuthenticationRequest.cs @@ -509,8 +509,8 @@ namespace DotNetOpenAuth.OpenId.RelyingParty { } } - // Sort endpoints so that the first one in the list is the most preferred one. - filteredEndpoints = filteredEndpoints.OrderBy(ep => ep, relyingParty.EndpointOrder).ToList(); + // Sort endpoints so that the first one in the list is the most preferred one. + filteredEndpoints = filteredEndpoints.OrderBy(ep => ep, relyingParty.EndpointOrder).ToList(); var endpointList = new List<IdentifierDiscoveryResult>(filteredEndpoints.Count); foreach (var endpoint in filteredEndpoints) { |