Browse Source

Add newline for StyleCI

Wilson Whitaker 6 years ago
parent
commit
c737a8c32b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Postman/CollectionWriter.php

+ 1 - 0
src/Postman/CollectionWriter.php

@@ -38,6 +38,7 @@ class CollectionWriter
                     'description' => '',
                     'item' => $routes->map(function ($route) {
                         $mode = $route['methods'][0] === 'PUT' ? 'urlencoded' : 'formdata';
+
                         return [
                             'name' => $route['title'] != '' ? $route['title'] : url($route['uri']),
                             'request' => [