From 97f27525eea84fc06b18400c622b698a0406a7f3 Mon Sep 17 00:00:00 2001 From: Michael VanOverbeek Date: Sun, 31 Oct 2021 14:11:39 -0400 Subject: [PATCH] More nit-picky formatting fixes --- ProjectLighthouse/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse/Startup.cs b/ProjectLighthouse/Startup.cs index 86058342..ebd94c55 100644 --- a/ProjectLighthouse/Startup.cs +++ b/ProjectLighthouse/Startup.cs @@ -141,7 +141,7 @@ namespace LBPUnion.ProjectLighthouse app.UseRouting(); - app.UseEndpoints(endpoints => { endpoints.MapControllers(); }); + app.UseEndpoints(endpoints => endpoints.MapControllers()); } } } \ No newline at end of file