slow-J opened a new issue, #12923:
URL: https://github.com/apache/lucene/issues/12923

   ### Description
   
   ForUtil generated from the gradle task is out of sync with spotless, forcing 
a run of ./gradlew tidy.
   This is not a large issue, but the code should be consistent in my opinion.
   
   Repro:
   
   ```
   rm lucene/core/src/java/org/apache/lucene/codecs/lucene99/ForUtil.java
   ./gradlew generateForUtilInternal
   ```
   ```
   git diff
   ```
   
[ForUtil_git_diff.patch](https://github.com/apache/lucene/files/13647284/ForUtil_git_diff.patch)
   
   ```
   ./gradlew tidy && git status
   ```
   ```
   nothing to commit, working tree clean
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to