Browse Source

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

Marnu Lombard 5 năm trước cách đây
mục cha
commit
a8303a5500
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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']))