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 / ResourceResolutionExtensions.kt
index f7d41bc..38c5baa 100644 (file)
@@ -46,7 +46,7 @@ suspend fun AbstractComponentFunction.storedResolutionKeysForArtifactNameNB(
         .resolveResolutionKeysFromDatabase(bluePrintRuntimeService, artifactName)
 }
 
-suspend fun AbstractComponentFunction.storedArtifactNamesAndResolutionKeysNB(): Map<String,List<String>> {
+suspend fun AbstractComponentFunction.storedArtifactNamesAndResolutionKeysNB(): Map<String, List<String>> {
     return BluePrintDependencyService.resourceResolutionService()
         .resolveArtifactNamesAndResolutionKeysFromDatabase(bluePrintRuntimeService)
 }
@@ -84,5 +84,5 @@ fun AbstractComponentFunction.storedContentFromResolvedArtifact(resolutionKey: S
     }
 
 fun AbstractComponentFunction.contentFromResolvedArtifact(artifactPrefix: String): String = runBlocking {
-        contentFromResolvedArtifactNB(artifactPrefix)
-    }
\ No newline at end of file
+    contentFromResolvedArtifactNB(artifactPrefix)
+}