Formatting Code base with ktlint
[ccsdk/cds.git] / ms / blueprintsprocessor / functions / restconf-executor / src / main / kotlin / org / onap / ccsdk / cds / blueprintsprocessor / functions / restconf / executor / RestconfExecutorConfiguration.kt
index 11e7743..ff6714f 100644 (file)
@@ -21,9 +21,8 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties
 import org.springframework.context.annotation.ComponentScan
 import org.springframework.context.annotation.Configuration
 
-
 @Configuration
 @ComponentScan
 @EnableConfigurationProperties
 @ConditionalOnProperty(name = ["blueprintsprocessor.restconfEnabled"], havingValue = "true")
-open class RestconfExecutorConfiguration
\ No newline at end of file
+open class RestconfExecutorConfiguration