summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-05-20 20:56:52 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-05-20 20:56:52 -0700
commit83fb6d3b6a8397799b2e57b142b5b161568a0b5d (patch)
tree2f0607c42fe8ee86682e39ac02fa9cb0b379a806 /src
parent1ab57fa25cf59319e83e473d36bc1a2783a31279 (diff)
downloadDotNetOpenAuth-83fb6d3b6a8397799b2e57b142b5b161568a0b5d.zip
DotNetOpenAuth-83fb6d3b6a8397799b2e57b142b5b161568a0b5d.tar.gz
DotNetOpenAuth-83fb6d3b6a8397799b2e57b142b5b161568a0b5d.tar.bz2
Stylecop fix.
Diffstat (limited to 'src')
-rw-r--r--src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/FetchResponse.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/FetchResponse.cs b/src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/FetchResponse.cs
index 36c4d7c..758b20c 100644
--- a/src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/FetchResponse.cs
+++ b/src/DotNetOpenAuth/OpenId/Extensions/AttributeExchange/FetchResponse.cs
@@ -99,7 +99,7 @@ namespace DotNetOpenAuth.OpenId.Extensions.AttributeExchange {
return this.Attributes[typeUri].Values.FirstOrDefault();
} else {
return null;
- };
+ }
}
/// <summary>