Skip to content

Commit

Permalink
Removed parenthesis from compiler directive
Browse files Browse the repository at this point in the history
Removes warning from Umbraco.Web.UI as part of umbraco#15015
  • Loading branch information
Richard Jackson committed Nov 2, 2023
1 parent 67fe7e7 commit ce7c8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Umbraco.Web.UI/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
app.UseDeveloperExceptionPage();
}
#if (UseHttpsRedirect)
#if UseHttpsRedirect

app.UseHttpsRedirection();
#endif
Expand Down

0 comments on commit ce7c8e9

Please sign in to comment.