Sfoglia il codice sorgente

Apply fixes from StyleCI

[ci skip] [skip ci]
Sergio Brighenti 4 anni fa
parent
commit
a130bc17d0
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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());
-
-
     }
 }