summaryrefslogtreecommitdiffstats
path: root/samples/Consumer/App_Code/Constants.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-10-06 17:42:38 -0700
committerAndrew <andrewarnott@gmail.com>2008-10-06 17:42:38 -0700
commit25c05b43a692cd7e64f19a911df41f373649976f (patch)
tree57868874dce3793a7757b7b9cf22b88e36621687 /samples/Consumer/App_Code/Constants.cs
parentdc945407f3e3e07f92ed516efc5cc646ac93b633 (diff)
downloadDotNetOpenAuth-25c05b43a692cd7e64f19a911df41f373649976f.zip
DotNetOpenAuth-25c05b43a692cd7e64f19a911df41f373649976f.tar.gz
DotNetOpenAuth-25c05b43a692cd7e64f19a911df41f373649976f.tar.bz2
whitespace.
Diffstat (limited to 'samples/Consumer/App_Code/Constants.cs')
-rw-r--r--samples/Consumer/App_Code/Constants.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/Consumer/App_Code/Constants.cs b/samples/Consumer/App_Code/Constants.cs
index ecf76a8..b5b8abf 100644
--- a/samples/Consumer/App_Code/Constants.cs
+++ b/samples/Consumer/App_Code/Constants.cs
@@ -18,8 +18,8 @@ public static class Constants {
UserAuthorizationEndpoint = new MessageReceivingEndpoint("https://www.google.com/accounts/OAuthAuthorizeToken", HttpDeliveryMethod.AuthorizationHeaderRequest),
AccessTokenEndpoint = new MessageReceivingEndpoint("https://www.google.com/accounts/OAuthGetAccessToken", HttpDeliveryMethod.AuthorizationHeaderRequest),
TamperProtectionElements = new ITamperProtectionChannelBindingElement[] {
- new HmacSha1SigningBindingElement(),
- },
+ new HmacSha1SigningBindingElement(),
+ },
};
/// <summary>