Skip to content

Commit

Permalink
code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rpnykanen committed Dec 20, 2024
1 parent c026d7c commit c61319f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdbt.theme
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ function hdbt_preprocess_block(&$variables): void {
try {
$params = $url->getRouteParameters();
}
catch(\Exception $e) {
catch (\Exception $e) {
$params = [];
}

Expand Down

0 comments on commit c61319f

Please sign in to comment.