Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 10, 2021
1 parent 8142f71 commit fdc1b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sentry.AspNetCore/Extensions/HttpContextExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ internal static class HttpContextExtensions
{
// Skip route pattern if it resembles to a MVC route or null e.g.
// {controller=Home}/{action=Index}/{id?}
return RouteHasMvcParameters(routePattern)
return RouteHasMvcParameters(routePattern)
? ReplaceMvcParameters(routePattern, context)
: routePattern;
}
Expand Down

0 comments on commit fdc1b71

Please sign in to comment.