Skip to content

Commit f870503

Browse files
authored
Fix HttpMethodMetadata debug string (#666)
1 parent 54e5370 commit f870503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Routing/Metadata/HttpMethodMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace Microsoft.AspNetCore.Routing.Metadata
1010
{
11-
[DebuggerDisplay("{DebuggerToString,nq}")]
11+
[DebuggerDisplay("{DebuggerToString(),nq}")]
1212
public sealed class HttpMethodMetadata : IHttpMethodMetadata
1313
{
1414
public HttpMethodMetadata(IEnumerable<string> httpMethods)

0 commit comments

Comments
 (0)