Format Java code with respect to ONAP Code Style
[externalapi/nbi.git] / src / main / java / org / onap / nbi / apis / servicecatalog / repositories / SpecificationInputSchemaRepository.java
index 56adbd3..b850e25 100644 (file)
@@ -13,6 +13,7 @@
  *     See the License for the specific language governing permissions and
  *     limitations under the License.
  */
+
 package org.onap.nbi.apis.servicecatalog.repositories;
 
 import org.onap.nbi.apis.servicecatalog.model.SpecificationInputSchema;
@@ -20,5 +21,4 @@ import org.springframework.data.mongodb.repository.MongoRepository;
 
 public interface SpecificationInputSchemaRepository extends MongoRepository<SpecificationInputSchema, String> {
 
-
 }