Add spaces to null Default Values

This commit is contained in:
Greelan 2022-01-11 17:49:01 +11:00 committed by GitHub
parent aec21f7093
commit 2dfee9e0c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": " "
}
]