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-csv.git

commit b663258fb2716e36b4da8497a28b460515545e0c
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 8 06:35:19 2025 -0500

    Whitespace
---
 src/main/java/org/apache/commons/csv/CSVRecord.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/commons/csv/CSVRecord.java 
b/src/main/java/org/apache/commons/csv/CSVRecord.java
index 689cd0a2..b120f945 100644
--- a/src/main/java/org/apache/commons/csv/CSVRecord.java
+++ b/src/main/java/org/apache/commons/csv/CSVRecord.java
@@ -76,6 +76,7 @@ public final class CSVRecord implements Serializable, 
Iterable<String> {
         this.characterPosition = characterPosition;
         this.bytePosition = bytePosition;
     }
+
     /**
      * Returns a value by {@link Enum}.
      *

Reply via email to