Removed redundant spacings

This commit is contained in:
Artak Mkrtchyan 2018-01-22 14:53:46 -08:00
parent 6138087de6
commit 77b04e3c82
1 changed files with 5 additions and 5 deletions

View File

@ -24,11 +24,11 @@ namespace Microsoft.AspNetCore.Antiforgery.Internal
private readonly ILogger<DefaultAntiforgery> _logger; private readonly ILogger<DefaultAntiforgery> _logger;
public DefaultAntiforgery( public DefaultAntiforgery(
IOptions<AntiforgeryOptions> antiforgeryOptionsAccessor, IOptions<AntiforgeryOptions> antiforgeryOptionsAccessor,
IAntiforgeryTokenGenerator tokenGenerator, IAntiforgeryTokenGenerator tokenGenerator,
IAntiforgeryTokenSerializer tokenSerializer, IAntiforgeryTokenSerializer tokenSerializer,
IAntiforgeryTokenStore tokenStore, IAntiforgeryTokenStore tokenStore,
ILoggerFactory loggerFactory) ILoggerFactory loggerFactory)
{ {
_options = antiforgeryOptionsAccessor.Value; _options = antiforgeryOptionsAccessor.Value;
_tokenGenerator = tokenGenerator; _tokenGenerator = tokenGenerator;