Remove trailing whitespace.

Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/5c0d27c0
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/5c0d27c0
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/5c0d27c0

Branch: refs/heads/release
Commit: 5c0d27c0e28797d86185d85c229c23e3adaa35d9
Parents: c00f4d4
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Fri May 18 13:39:49 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Fri May 18 13:39:49 2018 -0600

----------------------------------------------------------------------
 src/test/java/org/apache/commons/csv/CSVPrinterTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/5c0d27c0/src/test/java/org/apache/commons/csv/CSVPrinterTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/csv/CSVPrinterTest.java 
b/src/test/java/org/apache/commons/csv/CSVPrinterTest.java
index 57a2568..36308c5 100644
--- a/src/test/java/org/apache/commons/csv/CSVPrinterTest.java
+++ b/src/test/java/org/apache/commons/csv/CSVPrinterTest.java
@@ -1187,7 +1187,7 @@ public class CSVPrinterTest {
     public void testRandomOracle() throws Exception {
         doRandom(CSVFormat.ORACLE, ITERATIONS_FOR_RANDOM_TEST);
     }
-    
+
     @Test
     @Ignore
     public void testRandomPostgreSqlCsv() throws Exception {

Reply via email to