Re-enable formatting and fix formatting issues
[ccsdk/cds.git] / ms / blueprintsprocessor / functions / resource-resolution / src / main / kotlin / org / onap / ccsdk / cds / blueprintsprocessor / functions / resource / resolution / db / TemplateResolutionService.kt
index fd4cc8c..8789ade 100644 (file)
@@ -93,7 +93,7 @@ class TemplateResolutionService(private val templateResolutionRepository: Templa
     suspend fun findArtifactNamesAndResolutionKeysByBlueprintNameAndBlueprintVersion(
         bluePrintRuntimeService: BluePrintRuntimeService<*>,
         occurrence: Int = 1
-    ): Map<String,List<String>> =
+    ): Map<String, List<String>> =
         withContext(Dispatchers.IO) {
 
             val metadata = bluePrintRuntimeService.bluePrintContext().metadata!!
@@ -241,4 +241,4 @@ class TemplateResolutionService(private val templateResolutionRepository: Templa
                 throw BluePrintException("Failed to store resource api result.", ex)
             }
         }
-}
\ No newline at end of file
+}