Catalog alignment
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / tosca / constraints / ConstraintType.java
index d1cc766..bce2a41 100644 (file)
@@ -27,7 +27,7 @@ public enum ConstraintType {
 
        EQUAL("equal", "equal"),
 
-       IN_RANGE("inRange","in_range"),
+    IN_RANGE("inRange", "in_range"),
 
     GREATER_THAN("greaterThan", "greater_than"),