From bced0bda25f0ec0500e5454ed5504970be45d72c Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Mon, 6 May 2024 20:57:14 -0400 Subject: [PATCH] format Signed-off-by: Yuri Shkuro --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ccd27f3d7..ce49e7efbb 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Here are some steps to follow: See the [configuration guide](https://www.jaegertracing.io/docs/latest/frontend-ui/) for details on configuring Google Analytics tracking, menu customizations, and other aspects of UI behavior. -## Debug unit tests from Vscode (launch.json file given below) +## Debug unit tests from Vscode (launch.json file given below) ```javascript { @@ -127,16 +127,14 @@ See the [configuration guide](https://www.jaegertracing.io/docs/latest/frontend- "console": "integratedTerminal", "cwd": "${workspaceFolder}/packages/jaeger-ui", }, - + ] } ``` - See the [configuration guide](https://www.jaegertracing.io/docs/latest/frontend-ui/) for details on configuring Google Analytics tracking, menu customizations, and other aspects of UI behavior. - ## License [Apache 2.0 License](./LICENSE).