Skip to content

Commit

Permalink
Add trailing comma to accommodate the CI style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Källstrand Modig committed Feb 24, 2021
1 parent 130bc52 commit c521e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/api-postman.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
*
* Default to output on local disk
*/
'disk' => 'local'
'disk' => 'local',

];

0 comments on commit c521e1f

Please sign in to comment.