This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 2b74309ba MINOR: [Docs] Remove extra line in README.md (fix 
pre-commit) (#1018)
2b74309ba is described below

commit 2b74309ba4d5844593d6a3191d7b958f18468ae9
Author: Aleksei Starikov <[email protected]>
AuthorDate: Mon Feb 16 11:42:29 2026 +0100

    MINOR: [Docs] Remove extra line in README.md (fix pre-commit) (#1018)
    
    ## What's Changed
    
    Remove extra line in README.md for fixing the `end-of-file-fixer` hook
    in the `pre-commit` build.
    
    E.g.
    
[here](https://github.com/apache/arrow-java/actions/runs/21902454512/job/63233962122)
    in the main branch build.
    ```
    fix end of 
files.........................................................Failed
    - hook id: end-of-file-fixer
    - exit code: 1
    - files were modified by this hook
    
    Fixing README.md
    ```
---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 32a7e8281..b0715aadf 100644
--- a/README.md
+++ b/README.md
@@ -132,4 +132,3 @@ the profile:
 ```bash
 mvn -Pintegration-tests <rest of mvn arguments>
 ```
-

Reply via email to