Skip to content

Commit 1a5aa70

Browse files
committed
docs: fix markdown linter issues.
1 parent 6697d67 commit 1a5aa70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ export INFLUX_DATABASE=<TARGET_DATABASE>
5555
- Run with maven
5656

5757
```bash
58-
$ MAVEN_OPTS="--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED" mvn compile exec:java -Dexec.main="com.influxdb.v3.durable.DurableExample"
59-
```
58+
MAVEN_OPTS="--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED" mvn compile exec:java -Dexec.main="com.influxdb.v3.durable.DurableExample"
59+
```

0 commit comments

Comments
 (0)