aboutsummaryrefslogtreecommitdiffstats
path: root/src/onapsdk/sdc/templates/sdc_resource_add_nested_input.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/onapsdk/sdc/templates/sdc_resource_add_nested_input.json.j2')
-rw-r--r--src/onapsdk/sdc/templates/sdc_resource_add_nested_input.json.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/src/onapsdk/sdc/templates/sdc_resource_add_nested_input.json.j2 b/src/onapsdk/sdc/templates/sdc_resource_add_nested_input.json.j2
index 9dc8261..3d800aa 100644
--- a/src/onapsdk/sdc/templates/sdc_resource_add_nested_input.json.j2
+++ b/src/onapsdk/sdc/templates/sdc_resource_add_nested_input.json.j2
@@ -19,9 +19,9 @@
{# "schemaType":"", #}
"type":"{{ input.input_type }}",
"uniqueId":"{{ sdc_resource.unique_identifier }}.{{ input.name }}",
- {% if input.default_value is not none %}
+ {%- if input.default_value is not none %}
"value":"{{ input.default_value }}",
- {% endif %}
+ {%- endif %}
"definition":false
{# "type":"{{ input.input_type }}", #}
}