Fixed Checkstyle issues
[clamp.git] / src / test / java / org / onap / clamp / clds / sdc / controller / installer / ChainGeneratorTest.java
index 4b41ee8..4b4563c 100644 (file)
@@ -20,6 +20,7 @@
  * ===================================================================
  *
  */
+
 package org.onap.clamp.clds.sdc.controller.installer;
 
 import java.util.Arrays;
@@ -73,4 +74,4 @@ public class ChainGeneratorTest {
         List<MicroService> actualList = new ChainGenerator().getChainOfMicroServices(inputSet);
         Assert.assertTrue(actualList.isEmpty());
     }
-}
\ No newline at end of file
+}