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 a30a7ee9 Format tweak.
a30a7ee9 is described below

commit a30a7ee9029223ef059dc637e7ee8cc37c05d26a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 20 11:45:11 2022 -0400

    Format tweak.
---
 .../java/org/apache/commons/vfs2/provider/gzip/GzipFileSystem.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/gzip/GzipFileSystem.java
 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/gzip/GzipFileSystem.java
index 813cec5d..e94038ae 100644
--- 
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/gzip/GzipFileSystem.java
+++ 
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/gzip/GzipFileSystem.java
@@ -31,8 +31,7 @@ import 
org.apache.commons.vfs2.provider.compressed.CompressedFileFileSystem;
  */
 public class GzipFileSystem extends CompressedFileFileSystem {
 
-    protected GzipFileSystem(final FileName rootName, final FileObject 
parentLayer,
-            final FileSystemOptions fileSystemOptions) {
+    protected GzipFileSystem(final FileName rootName, final FileObject 
parentLayer, final FileSystemOptions fileSystemOptions) {
         super(rootName, parentLayer, fileSystemOptions);
     }
 

Reply via email to