浏览代码

Merge pull request #271 from SergiX44/analysis-rdKrJQ

Apply fixes from StyleCI
Sergio Brighenti 4 年之前
父节点
当前提交
2fecd2bc22
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      tests/Feature/LoginControllerTest.php

+ 0 - 2
tests/Feature/LoginControllerTest.php

@@ -99,7 +99,5 @@ class LoginControllerTest extends TestCase
 
         $response = $this->submitForm($form);
         dd($response->getHeaders());
-
-
     }
 }