Remove extra white-spaces
This commit is contained in:
parent
e0e4b007ec
commit
ce82951c56
|
|
@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Cors.Infrastructure
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The HTTP method for the CORS preflight request.
|
/// The HTTP method for the CORS preflight request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static readonly string PreflightHttpMethod = HttpMethods.Options;
|
public static readonly string PreflightHttpMethod = HttpMethods.Options;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue