diff --git a/entity/Attribute_entity/entityfields/dropdowndefinition/dropDownProcess.js b/entity/Attribute_entity/entityfields/dropdowndefinition/dropDownProcess.js
index d74f783cd339dc9311046e70f9e86b000c77781a..3feaa53b20db9a340c13e426cdf5160973f28801 100644
--- a/entity/Attribute_entity/entityfields/dropdowndefinition/dropDownProcess.js
+++ b/entity/Attribute_entity/entityfields/dropdowndefinition/dropDownProcess.js
@@ -4,6 +4,10 @@ import("Attribute_lib");
 
 var attributeType = AttributeTypes.get(vars.get("$field.ATTRIBUTE_TYPE"));
 if (attributeType)
+{
     result.object(attributeType.getDropDownDefinitions() || []);
+}
 else
+{
     result.object([]);
+}
\ No newline at end of file