We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42607c5 commit ea90819Copy full SHA for ea90819
src/AspNetCore/WebApi/src/Asp.Versioning.Mvc/ApiExplorer/MvcEndpointInspector.cs
@@ -9,7 +9,7 @@ namespace Asp.Versioning.ApiExplorer;
9
/// Represents the <see cref="IEndpointInspector">inspector</see> that understands
10
/// <see cref="Endpoint">endpoints</see> defined by MVC controllers.
11
/// </summary>
12
-[CLSCompliant(false)]
+[CLSCompliant( false )]
13
public sealed class MvcEndpointInspector : IEndpointInspector
14
{
15
/// <inheritdoc />
0 commit comments