Skip to content

Commit 148d51b

Browse files
Remove warnings from Umbraco.Web.UI (#16958)
* Fixed warning SA1119 for Umbraco.Web.UI project (unnecessary parenthesis) * Remove parenthesis (startup no longer exists) --------- Co-authored-by: Emma Garland <[email protected]>
1 parent 385a534 commit 148d51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web.UI/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
await app.BootUmbracoAsync();
1313

14-
#if (UseHttpsRedirect)
14+
#if UseHttpsRedirect
1515
app.UseHttpsRedirection();
1616
#endif
1717

0 commit comments

Comments
 (0)