Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit ef52d0c

Browse files
committed
Minor whitespace correction
1 parent 2a7e411 commit ef52d0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/OidcClient/AuthorizeClient.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ public async Task<BrowserResult> EndSessionAsync(LogoutRequest request,
8585
return await _options.Browser.InvokeAsync(browserOptions, cancellationToken);
8686
}
8787

88-
public async Task<AuthorizeState> CreateAuthorizeStateAsync(Parameters frontChannelParameters
89-
)
88+
public async Task<AuthorizeState> CreateAuthorizeStateAsync(Parameters frontChannelParameters)
9089
{
9190
_logger.LogTrace("CreateAuthorizeStateAsync");
9291

0 commit comments

Comments
 (0)