| @@ -8,7 +8,7 @@ | ||
| 8 | 8 | */ | 
| 9 | 9 | |
| 10 | 10 |  Route::get('/.well-known/security.txt', '\AustinHeap\Security\Txt\SecurityTxtController@show') | 
| 11 | -     ->name('security.txt'); | |
| 11 | +        ->name('security.txt'); | |
| 12 | 12 | |
| 13 | 13 |  Route::get('/security.txt', function () { | 
| 14 | 14 |      return redirect()->route('security.txt'); |