diff options
Diffstat (limited to 'src/DotNetOpenAuth.Messaging/Configuration/ReportingElement.cs')
-rw-r--r-- | src/DotNetOpenAuth.Messaging/Configuration/ReportingElement.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Messaging/Configuration/ReportingElement.cs b/src/DotNetOpenAuth.Messaging/Configuration/ReportingElement.cs index 3cd0af1..a8eb7d3 100644 --- a/src/DotNetOpenAuth.Messaging/Configuration/ReportingElement.cs +++ b/src/DotNetOpenAuth.Messaging/Configuration/ReportingElement.cs @@ -8,9 +8,9 @@ namespace DotNetOpenAuth.Configuration { using System; using System.Collections.Generic; using System.Configuration; + using System.Diagnostics.Contracts; using System.Linq; using System.Text; - using System.Diagnostics.Contracts; /// <summary> /// Represents the <reporting> element in the host's .config file. |