diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-17 07:06:32 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-17 07:06:32 -0800 |
commit | f26bd1e1fe7a98fdac5caca4694776cbbc6b67a8 (patch) | |
tree | ef60e880aca151efa7ffa4f7a8702344688afdd7 | |
parent | 8249f7e68e868831f0099cb1bc8ccba313bf794a (diff) | |
download | DotNetOpenAuth-f26bd1e1fe7a98fdac5caca4694776cbbc6b67a8.zip DotNetOpenAuth-f26bd1e1fe7a98fdac5caca4694776cbbc6b67a8.tar.gz DotNetOpenAuth-f26bd1e1fe7a98fdac5caca4694776cbbc6b67a8.tar.bz2 |
StyleCop fix
-rw-r--r-- | src/DotNetOpenAuth.Core/Reporting.cs | 2 |
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. } } }); |