Fix HttpMethodMetadata debug string (#666)

This commit is contained in:
James Newton-King 2018-07-28 11:13:30 +12:00 committed by GitHub
parent 54e5370e8f
commit f870503cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ using System.Linq;
namespace Microsoft.AspNetCore.Routing.Metadata
{
[DebuggerDisplay("{DebuggerToString,nq}")]
[DebuggerDisplay("{DebuggerToString(),nq}")]
public sealed class HttpMethodMetadata : IHttpMethodMetadata
{
public HttpMethodMetadata(IEnumerable<string> httpMethods)