You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/10/10 17:36:29 UTC

[maven] branch master updated: fix indentation

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 2579622  fix indentation
2579622 is described below

commit 25796220adb2ca53f591a28c7adb282554e5b168
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Oct 10 19:35:46 2021 +0200

    fix indentation
---
 apache-maven/src/assembly/wrapper/source.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apache-maven/src/assembly/wrapper/source.xml b/apache-maven/src/assembly/wrapper/source.xml
index 2dd27a3..f3e79c0 100644
--- a/apache-maven/src/assembly/wrapper/source.xml
+++ b/apache-maven/src/assembly/wrapper/source.xml
@@ -77,7 +77,7 @@ under the License.
       </includes>
       <filtered>true</filtered>
     </fileSet>
-        <fileSet>
+    <fileSet>
       <directory>src/assembly/wrapper/source</directory>
       <outputDirectory>.</outputDirectory>
       <includes>
@@ -86,4 +86,4 @@ under the License.
       <filtered>true</filtered>
     </fileSet>
   </fileSets>
-</assembly>
\ No newline at end of file
+</assembly>