summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-12-17 07:06:32 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-12-17 07:06:32 -0800
commitf26bd1e1fe7a98fdac5caca4694776cbbc6b67a8 (patch)
treeef60e880aca151efa7ffa4f7a8702344688afdd7
parent8249f7e68e868831f0099cb1bc8ccba313bf794a (diff)
downloadDotNetOpenAuth-f26bd1e1fe7a98fdac5caca4694776cbbc6b67a8.zip
DotNetOpenAuth-f26bd1e1fe7a98fdac5caca4694776cbbc6b67a8.tar.gz
DotNetOpenAuth-f26bd1e1fe7a98fdac5caca4694776cbbc6b67a8.tar.bz2
StyleCop fix
-rw-r--r--src/DotNetOpenAuth.Core/Reporting.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Core/Reporting.cs b/src/DotNetOpenAuth.Core/Reporting.cs
index 58939f6..d206587 100644
--- a/src/DotNetOpenAuth.Core/Reporting.cs
+++ b/src/DotNetOpenAuth.Core/Reporting.cs
@@ -523,7 +523,7 @@ namespace DotNetOpenAuth {
try {
Logger.Library.Error("Error while trying to submit statistical report.", ex);
} catch (Exception) {
- //swallow exceptions to prevent a crash
+ // swallow exceptions to prevent a crash.
}
}
});