Skip to content

Commit d209f5d

Browse files
filippovanogithub-actions[bot]
authored andcommitted
Fix styling
1 parent e2441f6 commit d209f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/RoutesGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function generate(SpecObjectInterface $specObject): void
5353
$routesPath,
5454
$this->replacePlaceholders($template, [
5555
'{{ controller_namespaces }}' => $controllerNamespacesStrings,
56-
'{{ routes }}' => $routesStrings
56+
'{{ routes }}' => $routesStrings,
5757
])
5858
);
5959
}

0 commit comments

Comments
 (0)