Reformat catalog-model
[sdc.git] / catalog-model / src / main / java / org / openecomp / sdc / be / model / catalog / CatalogComponent.java
index 8002939..5d28db9 100644 (file)
@@ -17,7 +17,6 @@
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
-
 package org.openecomp.sdc.be.model.catalog;
 
 import static java.util.Objects.requireNonNull;
@@ -67,5 +66,4 @@ public class CatalogComponent {
     public List<CategoryDefinition> getCategories() {
         return categories == null ? Collections.emptyList() : ImmutableList.copyOf(categories);
     }
-
 }