Add spaces to null Default Values
This commit is contained in:
		@@ -65,7 +65,7 @@
 | 
			
		||||
        "IsFlagArgument": false,
 | 
			
		||||
        "ParamFieldName": "CustomJavaArgs",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": ""
 | 
			
		||||
        "DefaultValue": " "
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
        "DisplayName": "Additional Server Startup Parameters",
 | 
			
		||||
@@ -77,6 +77,6 @@
 | 
			
		||||
        "IsFlagArgument": false,
 | 
			
		||||
        "ParamFieldName": "CustomServerArgs",
 | 
			
		||||
        "IncludeInCommandLine": false,
 | 
			
		||||
        "DefaultValue": ""
 | 
			
		||||
        "DefaultValue": " "
 | 
			
		||||
    }
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user