This is an automated email from the ASF dual-hosted git repository.
alenka pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new d75269f9ee MINOR: [Docs] Add an empty line to make `.. code-block::`
work correctly (#39388)
d75269f9ee is described below
commit d75269f9ee85f5dea736192fdef9f831cb518879
Author: John <[email protected]>
AuthorDate: Wed Jan 3 17:35:41 2024 +0800
MINOR: [Docs] Add an empty line to make `.. code-block::` work correctly
(#39388)
### Rationale for this change
Code block
[here](https://arrow.apache.org/docs/developers/java/development.html#unit-testing)
didn't work correctly. Added a empty line to make it work well.
### What changes are included in this PR?
Added a empty line to make it work correctly.
### Are these changes tested?
No.
### Are there any user-facing changes?
No.
Authored-by: John <[email protected]>
Signed-off-by: AlenkaF <[email protected]>
---
docs/source/developers/java/development.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/source/developers/java/development.rst
b/docs/source/developers/java/development.rst
index f7b19d73da..261cd5702a 100644
--- a/docs/source/developers/java/development.rst
+++ b/docs/source/developers/java/development.rst
@@ -42,6 +42,7 @@ Unit Testing
Unit tests are run by Maven during the build.
To speed up the build, you can skip them by passing -DskipTests.
+
.. code-block::
$ cd arrow/java