Skip to content

Commit

Permalink
Adjust indentation and remove not valid comma
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf authored and dominikschreiber committed Aug 19, 2024
1 parent 4b20fc7 commit c2b89ab
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ Let's get started.
> ...
> "routes": [
> {
> "source": "^/themes/(.*)$",
> "target": "$1",
> "service": "com.sap.ui.theming",
> "endpoint": "runtime",
> "source": "^/themes/(.*)$",
> "target": "$1",
> "service": "com.sap.ui.theming",
> "endpoint": "runtime"
> }
> ]
> ...
Expand Down

0 comments on commit c2b89ab

Please sign in to comment.