Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea90819

Browse filesBrowse files
Fix spacing
1 parent 42607c5 commit ea90819
Copy full SHA for ea90819

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/AspNetCore/WebApi/src/Asp.Versioning.Mvc/ApiExplorer/MvcEndpointInspector.cs
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.