Skip to content

Commit 8046c4e

Browse files
s-patompongactions-user
authored andcommitted
Fix styling
1 parent b2fab17 commit 8046c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Controllers/ShowRoutes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ public function __invoke(): View
3030
$this->router->flushMiddlewareGroups();
3131

3232
// Convert all \n into <br>
33-
$routes = array_values(array_map(function(array $route) {
33+
$routes = array_values(array_map(function (array $route) {
3434
$route['middleware'] = nl2br($route['middleware']);
3535

36-
if(empty(trim($route['middleware']))) {
36+
if (empty(trim($route['middleware']))) {
3737
$route['middleware'] = '-';
3838
}
3939

0 commit comments

Comments
 (0)