Skip to content

Commit 38d7ba9

Browse files
committed
style(app-builder-ext): single line if-statements
1 parent 60a1300 commit 38d7ba9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/JsonApiDotNetCore/Extensions/IApplicationBuilderExtensions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ public static IApplicationBuilder UseJsonApi(this IApplicationBuilder app, bool
1010
app.UseMiddleware<RequestMiddleware>();
1111

1212
if (useMvc)
13-
{
1413
app.UseMvc();
15-
}
1614

1715
return app;
1816
}

0 commit comments

Comments
 (0)