mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-27 19:33:08 -05:00
no space at front of KeyValue default args
This commit is contained in:
@@ -344,7 +344,7 @@ export const ActionConfig = ({ id }: { id: string }) => {
|
||||
const default_arguments = (format: Types.FileFormat) => {
|
||||
switch (format) {
|
||||
case Types.FileFormat.KeyValue:
|
||||
return " # ARG_NAME = value\n";
|
||||
return "# ARG_NAME = value\n";
|
||||
case Types.FileFormat.Toml:
|
||||
return '# ARG_NAME = "value"\n';
|
||||
case Types.FileFormat.Yaml:
|
||||
|
||||
Reference in New Issue
Block a user