Merge "Fixed ItmModuleTest & ItmModuleFactoryTest which were in wrong directory"
[vpnservice.git] / itm / itm-impl / src / test / java / org / opendaylight / yang / gen / v1 / urn / opendaylight / vpnservice / itm / impl / rev141210 / ItmModuleTest.java
@@ -24,6 +24,7 @@ import static org.mockito.Mockito.verify;
 import static org.mockito.Mockito.when;
 
 public class ItmModuleTest {
+
     @Test
     public void testCustomValidation() {
         ItmModule module = new ItmModule(mock(ModuleIdentifier.class), mock(DependencyResolver.class));