Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed Feb 2, 2024
1 parent 6eaf4c9 commit 509d9c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/instrumentation/java/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,10 @@ across all OpenTelemetry dependencies.
{{< tabpane text=true >}} {{% tab Gradle %}}

```kotlin { hl_lines=["1-5",9] }
imports {
mavenBom("io.dependencyManagement {
.. imports {
.... mavenBom("io.dependencyManagement {
opentelemetry:opentelemetry-bom:{{% param vers.otel %}}")
}
.. }
}

dependencies {
Expand Down

0 comments on commit 509d9c3

Please sign in to comment.