Fix unit test CS warnings in sal-distributed-datastore
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / shardstrategy / ShardStrategyFactoryTest.java
index ed4467df8e055b329cbd59cf34490b8583b538f6..76cb7334fab2b9935032e83967f4bfc1e54bf43b 100644 (file)
@@ -10,6 +10,7 @@ package org.opendaylight.controller.cluster.datastore.shardstrategy;
 
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertTrue;
+
 import org.junit.Before;
 import org.junit.Rule;
 import org.junit.Test;
@@ -51,5 +52,4 @@ public class ShardStrategyFactoryTest {
 
         factory.getStrategy(null);
     }
-
 }