Formatting Code base with ktlint
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / inbounds / health-api-common / src / main / kotlin / org / onap / ccsdk / cds / blueprintsprocessor / healthapi / service / health / BluePrintProcessorHealthCheck.kt
index d661b32..dddad52 100644 (file)
@@ -28,9 +28,11 @@ import org.springframework.stereotype.Service
  * @version 1.0
  */
 @Service
-open class BluePrintProcessorHealthCheck(private val endPointExecution: EndPointExecution
-                                         , private val healthCheckProperties: HealthCheckProperties)
-    : AbstractHealthCheck(endPointExecution) {
+open class BluePrintProcessorHealthCheck(
+    private val endPointExecution: EndPointExecution,
+    private val healthCheckProperties: HealthCheckProperties
+) :
+    AbstractHealthCheck(endPointExecution) {
 
     override fun setupServiceEndpoint(): List<ServiceEndpoint> {
         return healthCheckProperties.getBluePrintServiceInformation()