Skip to content

Commit

Permalink
MINOR: [Docs] Add an empty line to make .. code-block:: work correc…
Browse files Browse the repository at this point in the history
…tly (apache#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 <thespica@qq.com>
Signed-off-by: AlenkaF <frim.alenka@gmail.com>
  • Loading branch information
Thespica authored Jan 3, 2024
1 parent 3d1324e commit d75269f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/developers/java/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d75269f

Please sign in to comment.