summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/Messages/AssociateRequestRelyingParty.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2011-08-03 17:32:26 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2011-08-03 17:32:26 -0700
commit602235cb155d108e5f22627e1f4a07041ae3693e (patch)
tree2c4d5802ab412a3b5d929e9d362300f90137f158 /src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/Messages/AssociateRequestRelyingParty.cs
parent11bed3db5fbcb73a72944cfafb13f62ad7fab407 (diff)
downloadDotNetOpenAuth-602235cb155d108e5f22627e1f4a07041ae3693e.zip
DotNetOpenAuth-602235cb155d108e5f22627e1f4a07041ae3693e.tar.gz
DotNetOpenAuth-602235cb155d108e5f22627e1f4a07041ae3693e.tar.bz2
A few stylecop fixes.
Diffstat (limited to 'src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/Messages/AssociateRequestRelyingParty.cs')
-rw-r--r--src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/Messages/AssociateRequestRelyingParty.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/Messages/AssociateRequestRelyingParty.cs b/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/Messages/AssociateRequestRelyingParty.cs
index 7524a18..44e9219 100644
--- a/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/Messages/AssociateRequestRelyingParty.cs
+++ b/src/DotNetOpenAuth.OpenId.RelyingParty/OpenId/Messages/AssociateRequestRelyingParty.cs
@@ -1,9 +1,9 @@
namespace DotNetOpenAuth.OpenId.Messages {
using System;
using System.Collections.Generic;
+ using System.Diagnostics.Contracts;
using System.Linq;
using System.Text;
- using System.Diagnostics.Contracts;
using DotNetOpenAuth.OpenId.RelyingParty;
internal static class AssociateRequestRelyingParty {