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 47a48f7ce Remove trailing whitespace
47a48f7ce is described below
commit 47a48f7ce900b31da198e69b034857e4bacf395f
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 18 18:05:43 2025 -0500
Remove trailing whitespace
---
src/main/java/org/apache/commons/lang3/CharSequenceUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/lang3/CharSequenceUtils.java
b/src/main/java/org/apache/commons/lang3/CharSequenceUtils.java
index 0477d1201..269d65ea7 100644
--- a/src/main/java/org/apache/commons/lang3/CharSequenceUtils.java
+++ b/src/main/java/org/apache/commons/lang3/CharSequenceUtils.java
@@ -70,7 +70,7 @@ static int indexOf(final CharSequence cs, final CharSequence
searchChar, final i
// return cs.toString().indexOf(searchChar.toString(), start);
// }
}
-
+
/**
* Returns the index within {@code cs} of the first occurrence of the
specified character, starting the search at the specified index.
* <p>