Skip to content

Commit

Permalink
Updated spacing for comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Jul 25, 2014
1 parent 500601d commit 5a961be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MvcSiteMapProvider/MvcSiteMapProvider/SiteMapNode.cs
Expand Up @@ -721,7 +721,7 @@ public override bool MatchesRoute(IDictionary<string, object> routeValues)
// Add any query string values from the current context
var queryStringValues = httpContext.Request.QueryString;

//QueryString collection might contain nullable keys
// QueryString collection might contain nullable keys
foreach (var key in queryStringValues.AllKeys)
{
// Copy the query string value as a route value if it doesn't already exist
Expand Down

0 comments on commit 5a961be

Please sign in to comment.