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

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new 4aea5c60 Checkstyle
4aea5c60 is described below

commit 4aea5c6076dd28812e403c4dae2d36b228e5ecf6
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 27 11:32:39 2026 -0400

    Checkstyle
---
 .../commons/validator/routines/checkdigit/SedolCheckDigitTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/validator/routines/checkdigit/SedolCheckDigitTest.java
 
b/src/test/java/org/apache/commons/validator/routines/checkdigit/SedolCheckDigitTest.java
index 70e7f41a..51dff3aa 100644
--- 
a/src/test/java/org/apache/commons/validator/routines/checkdigit/SedolCheckDigitTest.java
+++ 
b/src/test/java/org/apache/commons/validator/routines/checkdigit/SedolCheckDigitTest.java
@@ -29,7 +29,7 @@ import org.junit.jupiter.params.provider.ValueSource;
 class SedolCheckDigitTest extends AbstractCheckDigitTest {
 
     // @formatter:off
-    private static final String[] INVALID_CHECK_DIGITS = { 
+    private static final String[] INVALID_CHECK_DIGITS = {
             "026349E", // proper check digit is '4', see above
             "087061C", // proper check digit is '2', see above
             "B06LQ9H", // proper check digit is '7', see above

Reply via email to