Skip to content

Commit

Permalink
SA1508 A closing brace should not be preceded by a blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-m committed Aug 22, 2023
1 parent f9d69ff commit 9564e2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Ocelot.AcceptanceTests/Steps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,6 @@ public void GivenOcelotIsRunningWithJwtAuth(string authenticationProviderKey)
{
s.AddAuthentication().AddJwtBearer(authenticationProviderKey, options =>
{
});
s.AddOcelot(configuration);
})
Expand Down

0 comments on commit 9564e2c

Please sign in to comment.