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

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


The following commit(s) were added to refs/heads/release by this push:
     new b5461fd2 Fix whitespace
b5461fd2 is described below

commit b5461fd2c8e8152f6c8430c6552e24eb0488b8df
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Apr 13 09:21:38 2024 -0400

    Fix whitespace
---
 src/main/java/org/apache/commons/text/TextStringBuilder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/text/TextStringBuilder.java 
b/src/main/java/org/apache/commons/text/TextStringBuilder.java
index 2df42afe..98d546d0 100644
--- a/src/main/java/org/apache/commons/text/TextStringBuilder.java
+++ b/src/main/java/org/apache/commons/text/TextStringBuilder.java
@@ -1975,7 +1975,7 @@ public class TextStringBuilder implements CharSequence, 
Appendable, Serializable
         return toString();
     }
 
-    /** 
+    /**
      * Gets a direct reference to internal storage, not for public consumption.
      */
     char[] getBuffer() {

Reply via email to