Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsensesoftware committed Mar 26, 2024
1 parent 42607c5 commit ea90819
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Asp.Versioning.ApiExplorer;
/// Represents the <see cref="IEndpointInspector">inspector</see> that understands
/// <see cref="Endpoint">endpoints</see> defined by MVC controllers.
/// </summary>
[CLSCompliant(false)]
[CLSCompliant( false )]
public sealed class MvcEndpointInspector : IEndpointInspector
{
/// <inheritdoc />
Expand Down

0 comments on commit ea90819

Please sign in to comment.