Ver Fonte

[bugfix] Remove extra newline that makes the tests fail when comparing md to fixtures

Marnu Lombard há 5 anos atrás
pai
commit
a8303a5500
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      resources/views/partials/route.blade.php

+ 0 - 1
resources/views/partials/route.blade.php

@@ -14,7 +14,6 @@
 @foreach($settings['languages'] as $language)
 @include("apidoc::partials.example-requests.$language")
 
-
 @endforeach
 
 @if(in_array('GET',$route['methods']) || (isset($route['showresponse']) && $route['showresponse']))