diff --git a/src/PwaOptions.cs b/src/PwaOptions.cs index 44a1af3..cc953a4 100644 --- a/src/PwaOptions.cs +++ b/src/PwaOptions.cs @@ -1,5 +1,5 @@ -using Microsoft.Extensions.Configuration; -using System; +using System; +using Microsoft.Extensions.Configuration; namespace WebEssentials.AspNetCore.Pwa { @@ -113,7 +113,7 @@ internal PwaOptions(IConfiguration config) /// Determines whether a CSP nonce will be added via NWebSec /// public bool EnableCspNonce { get; set; } - + /// /// Generate code even on HTTP connection. Necessary for SSL offloading. ///