Skip to content

Commit c150349

Browse files
committed
Fix Code style violation
1 parent 4393466 commit c150349

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

LinkDotNet.Blog.Web/Authentication/Dummy/DummyExtensions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ public static class DummyExtensions
99
public static void UseDummyAuthentication(this IServiceCollection services)
1010
{
1111
services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme)
12-
.AddCookie(CookieAuthenticationDefaults.AuthenticationScheme,
12+
.AddCookie(
13+
CookieAuthenticationDefaults.AuthenticationScheme,
1314
options =>
1415
{
1516
options.LoginPath = new PathString("/login");

0 commit comments

Comments
 (0)