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 21, 2023
1 parent d4d8e56 commit a5b94fd
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 a5b94fd

Please sign in to comment.