Remove extra white-spaces

This commit is contained in:
Priyanshu Agrawal 2018-02-05 23:52:53 +05:30
parent e0e4b007ec
commit ce82951c56
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Cors.Infrastructure
{
/// <summary>
/// The HTTP method for the CORS preflight request.
/// </summary>
/// </summary>
public static readonly string PreflightHttpMethod = HttpMethods.Options;
/// <summary>