Skip to content

Commit 785373d

Browse files
committed
Fix code formatting
Added missing space, as @lsmith77 commented
1 parent 4a24202 commit 785373d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Routing/RestRouteCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function setDefaultFormat($format)
6363
{
6464
foreach (parent::all() as $route) {
6565
// Set default format only if not set already (could be defined in annotation)
66-
if(!$route->getDefault('_format')) {
66+
if (!$route->getDefault('_format')) {
6767
$route->setDefault('_format', $format);
6868
}
6969
}

0 commit comments

Comments
 (0)