Formatting Code base with ktlint
[ccsdk/cds.git] / ms / blueprintsprocessor / functions / message-prioritizaion / src / test / kotlin / org / onap / ccsdk / cds / blueprintsprocessor / functions / message / prioritization / TestConfiguration.kt
index 4e3eb19..be65c1d 100644 (file)
@@ -42,6 +42,7 @@ open class TestDatabaseConfiguration {
 
 @Service(MessagePrioritizationConstants.PROCESSOR_PRIORITIZE)
 open class TestMessagePrioritizeProcessor : MessagePrioritizeProcessor() {
+
     override fun getGroupCorrelationTypes(messagePrioritization: MessagePrioritization): List<String>? {
         return when (messagePrioritization.group) {
             "group-typed" -> arrayListOf("type-0", "type-1", "type-2")
@@ -54,4 +55,4 @@ open class TestMessagePrioritizeProcessor : MessagePrioritizeProcessor() {
 open class DefaultMessageAggregateProcessor() : MessageAggregateProcessor()
 
 @Service(MessagePrioritizationConstants.PROCESSOR_OUTPUT)
-open class DefaultMessageOutputProcessor : MessageOutputProcessor()
\ No newline at end of file
+open class DefaultMessageOutputProcessor : MessageOutputProcessor()