Skip to content

Commit ea90819

Browse files
Fix spacing
1 parent 42607c5 commit ea90819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AspNetCore/WebApi/src/Asp.Versioning.Mvc/ApiExplorer/MvcEndpointInspector.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Asp.Versioning.ApiExplorer;
99
/// Represents the <see cref="IEndpointInspector">inspector</see> that understands
1010
/// <see cref="Endpoint">endpoints</see> defined by MVC controllers.
1111
/// </summary>
12-
[CLSCompliant(false)]
12+
[CLSCompliant( false )]
1313
public sealed class MvcEndpointInspector : IEndpointInspector
1414
{
1515
/// <inheritdoc />

0 commit comments

Comments
 (0)