diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-10-02 20:02:49 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-10-02 20:02:49 -0700 |
commit | 0eb6fe76fdfc89aba2b3e82cbd7ded865524952a (patch) | |
tree | f4378601111e1c9f3bc77b330b77afcca3edb301 /src | |
parent | 43fdb336c0a78c8444fa277e7dd702a187120796 (diff) | |
download | DotNetOpenAuth-0eb6fe76fdfc89aba2b3e82cbd7ded865524952a.zip DotNetOpenAuth-0eb6fe76fdfc89aba2b3e82cbd7ded865524952a.tar.gz DotNetOpenAuth-0eb6fe76fdfc89aba2b3e82cbd7ded865524952a.tar.bz2 |
Whitespace fixes.
Diffstat (limited to 'src')
-rw-r--r-- | src/DotNetOpenAuth.AspNet.Test/OAuth2ClientTest.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DotNetOpenAuth.AspNet.Test/OAuth2ClientTest.cs b/src/DotNetOpenAuth.AspNet.Test/OAuth2ClientTest.cs index f8d11a0..e60df01 100644 --- a/src/DotNetOpenAuth.AspNet.Test/OAuth2ClientTest.cs +++ b/src/DotNetOpenAuth.AspNet.Test/OAuth2ClientTest.cs @@ -68,7 +68,7 @@ namespace DotNetOpenAuth.AspNet.Test { context.Setup(c => c.Request.QueryString).Returns(queryStrings); // Act - AuthenticationResult result = client.VerifyAuthentication(context.Object, new Uri("http://me.com")); + AuthenticationResult result = client.VerifyAuthentication(context.Object, new Uri("http://me.com")); // Assert Assert.IsFalse(result.IsSuccessful); @@ -84,7 +84,7 @@ namespace DotNetOpenAuth.AspNet.Test { context.Setup(c => c.Request.QueryString).Returns(queryStrings); // Act - AuthenticationResult result = client.VerifyAuthentication(context.Object, new Uri("http://me.com")); + AuthenticationResult result = client.VerifyAuthentication(context.Object, new Uri("http://me.com")); // Assert Assert.IsFalse(result.IsSuccessful); |