Skip to content

Commit

Permalink
Fixup sonar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matasx committed Dec 7, 2024
1 parent 9374593 commit de38bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Authentication/Multi/MultiAuthenticationConcern.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public MultiAuthenticationConcern(IHandler content, IConcern[] delegatingConcern

#region Helper structure

private record ResponseOrException(IResponse? Response = null, ProviderException? Exception = null) : IDisposable
private sealed record ResponseOrException(IResponse? Response = null, ProviderException? Exception = null) : IDisposable
{
public IResponse? Get()
{
Expand Down

0 comments on commit de38bb5

Please sign in to comment.