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 2019/10/05 22:32:53 UTC

[commons-vfs] branch master updated: Fix 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-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 495bc22  Fix trailing whitespace.
495bc22 is described below

commit 495bc221de99ceaeac317f7dcf16740fb37cbcfb
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Oct 5 18:32:49 2019 -0400

    Fix trailing whitespace.
---
 .../src/test/java/org/apache/commons/vfs2/function/VfsConsumerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/function/VfsConsumerTest.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/function/VfsConsumerTest.java
index 197d8d8..43df4c1 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/function/VfsConsumerTest.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/function/VfsConsumerTest.java
@@ -26,7 +26,7 @@ import org.junit.Test;
 
 /**
  * Tests {@link VfsConsumer}.
- * 
+ *
  * @since 2.5.0
  */
 public class VfsConsumerTest {