VSE: Upload modules (a model file) to a (new) dataspace
[cps.git] / cps / cps-ri / src / main / java / org / onap / cps / spi / repository / ModuleRepository.java
index 0fe53b6..f9078d7 100644 (file)
@@ -26,5 +26,4 @@ import org.springframework.stereotype.Repository;
 
 @Repository
 public interface ModuleRepository extends JpaRepository<ModuleEntity, Integer> {
-
 }
\ No newline at end of file