Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmk committed Aug 23, 2024
1 parent e4331b1 commit 540b8ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NATS.Jwt.Tests/Models/NatsAccountClaimsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ public void SerializeDeserialize_FullNatsAccountClaims_ShouldSucceed()
{
Pub = new NatsPermission
{
Allow = new List<string> { "allowed.>", }, Deny = new List<string> { "denied.>", },
Allow = new List<string> { "allowed.>", },
Deny = new List<string> { "denied.>", },
},
Sub =
new NatsPermission
Expand Down

0 comments on commit 540b8ee

Please sign in to comment.