Skip to content

Commit 9564e2c

Browse files
committed
SA1508 A closing brace should not be preceded by a blank line
1 parent f9d69ff commit 9564e2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Ocelot.AcceptanceTests/Steps.cs

-1
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,6 @@ public void GivenOcelotIsRunningWithJwtAuth(string authenticationProviderKey)
842842
{
843843
s.AddAuthentication().AddJwtBearer(authenticationProviderKey, options =>
844844
{
845-
846845
});
847846
s.AddOcelot(configuration);
848847
})

0 commit comments

Comments
 (0)