Skip to content

Commit 13f5c30

Browse files
authored
Style fix for README.md (#395)
1 parent bf24d73 commit 13f5c30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/otlptrace/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Next, update the `build.gradle` file to modify required JVM arguments:
1515

1616
```groovy
1717
def autoconf_config = [
18-
'-Dgoogle.cloud.project=your-gcp-project-id',
19-
'-Dotel.exporter.otlp.endpoint=https://your-api-endpoint:port',
20-
// other arguments
18+
'-Dgoogle.cloud.project=your-gcp-project-id',
19+
'-Dotel.exporter.otlp.endpoint=https://your-api-endpoint:port',
20+
// other arguments
2121
]
2222
```
2323

0 commit comments

Comments
 (0)