Explorar o código

Fix style issues

shalvah %!s(int64=6) %!d(string=hai) anos
pai
achega
5b332a0530
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tests/Unit/GeneratorTestCase.php

+ 2 - 2
tests/Unit/GeneratorTestCase.php

@@ -79,7 +79,7 @@ abstract class GeneratorTestCase extends TestCase
             ],
         ], $parameters);
     }
-    
+
     /** @test */
     public function can_parse_route_group()
     {
@@ -88,7 +88,7 @@ abstract class GeneratorTestCase extends TestCase
 
         $this->assertSame('Group A', $routeGroup);
     }
-    
+
     /** @test */
     public function method_can_override_controller_group()
     {