Enabling Code Formatter
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / inbounds / designer-api / src / test / kotlin / org / onap / ccsdk / cds / blueprintsprocessor / designer / api / mock / MockFilePart.kt
index 2794990..a7d166f 100644 (file)
@@ -28,6 +28,7 @@ import java.io.File
 import java.nio.file.Path
 
 class MockFilePart(private val fileName: String) : FilePart {
+
     val log = LoggerFactory.getLogger(MockFilePart::class.java)!!
     override fun content(): Flux<DataBuffer> {
         TODO("not implemented") // To change body of created functions use File | Settings | File Templates.