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 4f1e016f Remove whitespace
4f1e016f is described below

commit 4f1e016f408f15bb29741b80586cfb7034360c2e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jan 28 10:11:01 2024 -0500

    Remove whitespace
---
 .../java/org/apache/commons/vfs2/provider/ftps/FtpsFileProvider.java    | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsFileProvider.java
 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsFileProvider.java
index 09d73e4a..4c85e777 100644
--- 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsFileProvider.java
+++ 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftps/FtpsFileProvider.java
@@ -48,9 +48,7 @@ public class FtpsFileProvider extends FtpFileProvider {
             throws FileSystemException {
         // Create the file system
         final GenericFileName rootName = (GenericFileName) name;
-
         final FtpsClientWrapper ftpClient = new FtpsClientWrapper(rootName, 
fileSystemOptions);
-
         return new FtpsFileSystem(rootName, ftpClient, fileSystemOptions);
     }
 

Reply via email to