Replaced all tabs with spaces in java and pom.xml
[so.git] / mso-catalog-db / src / main / java / org / onap / so / db / catalog / data / repository / InstanceGroupRepository.java
index 5f5d85a..7e1f81a 100644 (file)
@@ -25,5 +25,5 @@ import org.springframework.data.rest.core.annotation.RepositoryRestResource;
 
 @RepositoryRestResource(collectionResourceRel = "instanceGroup", path = "instanceGroup")
 public interface InstanceGroupRepository extends JpaRepository<InstanceGroup, String> {
-       InstanceGroup findByModelUUID(String modelUUID);
-}
\ No newline at end of file
+    InstanceGroup findByModelUUID(String modelUUID);
+}