ソースを参照

Fix style issues

shalvah 6 年 前
コミット
5b332a0530
1 ファイル変更2 行追加2 行削除
  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()
     {