Skip to content

Commit

Permalink
fix(fake-auth): fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ToWe0815 committed Oct 28, 2024
1 parent 72ed08e commit 89ad155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Security.Claims;
using IdentityModel;

namespace Zitadel.Authentication.Events.Context
{
Expand All @@ -13,7 +12,7 @@ public LocalFakeZitadelAuthContext(ClaimsIdentity identity)
{
Identity = identity;
}

/// <summary>
/// The created ClaimsIdentity.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

using System.Security.Claims;

using Zitadel.Authentication.Events;
Expand Down

0 comments on commit 89ad155

Please sign in to comment.