You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/07 14:54:57 UTC

[commons-lang] branch master updated: Remove trailing whitespace.

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 ebc8d186c Remove trailing whitespace.
ebc8d186c is described below

commit ebc8d186c1fc8cdd92a34109a7e6f47bcc6ef958
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Dec 7 09:54:51 2022 -0500

    Remove trailing whitespace.
---
 src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java b/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
index 7b6a1e1b7..64847b741 100644
--- a/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/time/DateUtilsTest.java
@@ -157,7 +157,7 @@ public class DateUtilsTest extends AbstractLangTest {
     public void afterEachResetTimeZone() {
         TimeZone.setDefault(DEFAULT_ZONE);
     }
-    
+
     private void assertDate(final Date date, final int year, final int month, final int day, final int hour, final int min, final int sec, final int mil) {
         final GregorianCalendar cal = new GregorianCalendar();
         cal.setTime(date);