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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9053ee074 Remove trailing whitespace
9053ee074 is described below

commit 9053ee074cac6fe0f8a705e38fc53b89bbed5546
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Aug 14 19:10:14 2023 -0400

    Remove trailing whitespace
---
 .../time/FastDateParser_TimeZoneStrategyTest.java  | 96 +++++++++++-----------
 1 file changed, 48 insertions(+), 48 deletions(-)

diff --git 
a/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
 
b/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
index b08d8e51c..91df730c0 100644
--- 
a/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
+++ 
b/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
@@ -53,57 +53,57 @@ public class FastDateParser_TimeZoneStrategyTest extends 
AbstractLangTest {
 
     private static final String[] POSSIBLE_FAILS_ON_GH_JAVA_17 = {
             // @formatter:off
-            "de", 
-            "de_AT", 
-            "de_BE", 
-            "de_CH", 
-            "de_DE", 
-            "de_DE_#Latn", 
-            "de_IT", 
-            "de_LI", 
-            "de_LU", 
-            "es", 
-            "es_419", 
-            "es_AR", 
-            "es_BO", 
-            "es_BR", 
-            "es_BZ", 
-            "es_CL", 
-            "es_CO", 
-            "es_CR", 
-            "es_CU", 
-            "es_DO", 
-            "es_EA", 
-            "es_EC", 
-            "es_ES", 
-            "es_ES_#Latn", 
-            "es_GQ", 
-            "es_GT", 
-            "es_HN", 
-            "es_IC", 
+            "de",
+            "de_AT",
+            "de_BE",
+            "de_CH",
+            "de_DE",
+            "de_DE_#Latn",
+            "de_IT",
+            "de_LI",
+            "de_LU",
+            "es",
+            "es_419",
+            "es_AR",
+            "es_BO",
+            "es_BR",
+            "es_BZ",
+            "es_CL",
+            "es_CO",
+            "es_CR",
+            "es_CU",
+            "es_DO",
+            "es_EA",
+            "es_EC",
+            "es_ES",
+            "es_ES_#Latn",
+            "es_GQ",
+            "es_GT",
+            "es_HN",
+            "es_IC",
             "es_MX",
-            "es_NI", 
-            "es_PA", 
-            "es_PE", 
-            "es_PH", 
-            "es_PR", 
-            "es_PY", 
-            "es_SV", 
-            "es_US", 
-            "es_UY", 
-            "es_VE", 
-            "nn", 
-            "nn_NO", 
-            "nn_NO_#Latn", 
-            "pt_AO", 
-            "pt_CV", 
+            "es_NI",
+            "es_PA",
+            "es_PE",
+            "es_PH",
+            "es_PR",
+            "es_PY",
+            "es_SV",
+            "es_US",
+            "es_UY",
+            "es_VE",
+            "nn",
+            "nn_NO",
+            "nn_NO_#Latn",
+            "pt_AO",
+            "pt_CV",
             "pt_GW",
-            "pt_LU", 
-            "pt_PT", 
-            "pt_TL", 
+            "pt_LU",
+            "pt_PT",
+            "pt_TL",
             "sv_SE",
-            "sv_SE_#Latn", 
-            "zh_HK", 
+            "sv_SE_#Latn",
+            "zh_HK",
             "zh_HK_#Hans",
             "zh_MO_#Hans"
             // @formatter:on

Reply via email to