Formatting Code base with ktlint
[ccsdk/cds.git] / ms / controllerblueprints / modules / blueprint-core / src / test / kotlin / org / onap / ccsdk / cds / controllerblueprints / core / utils / JacksonReactorUtilsTest.kt
index d0e971a..aa40087 100644 (file)
 
 package org.onap.ccsdk.cds.controllerblueprints.core.utils
 
-import org.slf4j.LoggerFactory
 import kotlinx.coroutines.runBlocking
 import org.junit.Test
+import org.slf4j.LoggerFactory
 
 class JacksonReactorUtilsTest {
 
-    private val log= LoggerFactory.getLogger(this::class.toString())
+    private val log = LoggerFactory.getLogger(this::class.toString())
 
     @Test
     fun testJsonNodeFromClassPathFile() {
@@ -39,4 +39,4 @@ class JacksonReactorUtilsTest {
             JacksonReactorUtils.jsonNodeFromFile(filePath)
         }
     }
-}
\ No newline at end of file
+}