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 / ResourceResolutionService.kt
index 2352c7d..df07b8e 100644 (file)
@@ -145,7 +145,8 @@ open class ResourceResolutionServiceImpl(
     }
 
     override suspend fun resolveArtifactNamesAndResolutionKeysFromDatabase(
-        bluePrintRuntimeService: BluePrintRuntimeService<*>): Map<String, List<String>> {
+        bluePrintRuntimeService: BluePrintRuntimeService<*>
+    ): Map<String, List<String>> {
         return templateResolutionDBService.findArtifactNamesAndResolutionKeysByBlueprintNameAndBlueprintVersion(
             bluePrintRuntimeService
         )
@@ -498,4 +499,4 @@ open class ResourceResolutionServiceImpl(
             properties[ResourceResolutionConstants.RESOURCE_RESOLUTION_INPUT_OCCURRENCE].asJsonPrimitive()
         )
     }
-}
\ No newline at end of file
+}