Skip to content

Commit bced0bd

Browse files
committed
format
Signed-off-by: Yuri Shkuro <[email protected]>
1 parent 5705855 commit bced0bd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Here are some steps to follow:
104104

105105
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.
106106

107-
## Debug unit tests from Vscode (launch.json file given below)
107+
## Debug unit tests from Vscode (launch.json file given below)
108108

109109
```javascript
110110
{
@@ -127,16 +127,14 @@ See the [configuration guide](https://www.jaegertracing.io/docs/latest/frontend-
127127
"console": "integratedTerminal",
128128
"cwd": "${workspaceFolder}/packages/jaeger-ui",
129129
},
130-
130+
131131
]
132132
}
133133

134134
```
135135

136-
137136
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.
138137

139-
140138
## License
141139

142140
[Apache 2.0 License](./LICENSE).

0 commit comments

Comments
 (0)