From c2b89abf4d6bd7ca0741d67ba779f3acf9a91288 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Fri, 16 Aug 2024 13:42:18 +0200 Subject: [PATCH] Adjust indentation and remove not valid comma --- .../applying-custom-themes-to-sapui5-apps-eeb654b.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/cf/Use-Case-Scenarios/applying-custom-themes-to-sapui5-apps-eeb654b.md b/docs/cf/Use-Case-Scenarios/applying-custom-themes-to-sapui5-apps-eeb654b.md index 0ea9835..a59329b 100644 --- a/docs/cf/Use-Case-Scenarios/applying-custom-themes-to-sapui5-apps-eeb654b.md +++ b/docs/cf/Use-Case-Scenarios/applying-custom-themes-to-sapui5-apps-eeb654b.md @@ -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" > } > ] > ...