Ver Fonte

Se quitaron espacios

gabriel há 7 anos atrás
pai
commit
24ffe8ab44

+ 0 - 1
src/FTTHBundle/Form/NAPType.php

@@ -20,7 +20,6 @@ class NAPType extends AbstractType
             ->add('extraData')
             ->add('tenancyId')
             ->add('capacity')
-
         ;
     }
 

+ 1 - 1
src/FTTHBundle/tests/ONURESTControllerTest.php

@@ -109,7 +109,7 @@ class ONURESTControllerTest extends WebTestCaseBase
         $datos['olt'] = 1;
         $datos['name'] = 'NAP';
         $datos['tenancyId'] = 1;
-        $datos['capacity'] = 8; 
+        $datos['capacity'] = 8;
 
         if ($key == null) {
             return $datos;