diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2011-06-09 18:06:56 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2011-06-09 18:06:56 -0700 |
commit | 1a69e541c88dba318d31f47d241e526a25b60bc2 (patch) | |
tree | f0b697a1d299d7d983cd1df3373b10e8b2e05fb8 /samples | |
parent | a921328045f5711fa4136a1f57d5db4745117905 (diff) | |
download | DotNetOpenAuth-1a69e541c88dba318d31f47d241e526a25b60bc2.zip DotNetOpenAuth-1a69e541c88dba318d31f47d241e526a25b60bc2.tar.gz DotNetOpenAuth-1a69e541c88dba318d31f47d241e526a25b60bc2.tar.bz2 |
Fixed StyleCop message.
Diffstat (limited to 'samples')
-rw-r--r-- | samples/OAuthConsumer/GoogleApps2Legged.aspx.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/OAuthConsumer/GoogleApps2Legged.aspx.cs b/samples/OAuthConsumer/GoogleApps2Legged.aspx.cs index 8ecea2c..afb156b 100644 --- a/samples/OAuthConsumer/GoogleApps2Legged.aspx.cs +++ b/samples/OAuthConsumer/GoogleApps2Legged.aspx.cs @@ -1,15 +1,15 @@ namespace OAuthConsumer { using System; using System.Collections.Generic; + using System.Configuration; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using DotNetOpenAuth.ApplicationBlock; - using System.Configuration; + using DotNetOpenAuth.Messaging; using DotNetOpenAuth.OAuth; using DotNetOpenAuth.OAuth.Messages; - using DotNetOpenAuth.Messaging; public partial class GoogleApps2Legged : System.Web.UI.Page { private InMemoryTokenManager TokenManager { |