refactor: remove redundant initialization
This commit is contained in:
@@ -8,7 +8,7 @@ public class CaddySaveConfigurationRequest
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Indicates if the configuration is new
|
/// Indicates if the configuration is new
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsNew { get; set; } = false;
|
public bool IsNew { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Name of the Caddy configuration file
|
/// Name of the Caddy configuration file
|
||||||
|
|||||||
Reference in New Issue
Block a user