-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MINOR: [Docs] Add an empty line to make .. code-block::
work correctly
#39388
Conversation
Hi, @AlenkaF , could you please help review this PR? This PR aims to fix the redundant |
.. code-block::
work correctly.. code-block::
work correctly
Yes, this change should be correct. |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit d75269f. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
…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>
…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>
…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>
Rationale for this change
Code block here 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.