You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/03/08 19:49:51 UTC

[maven] branch MNG-5669 updated: Remove trailing space

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

rfscholte pushed a commit to branch MNG-5669
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-5669 by this push:
     new 03e3eca  Remove trailing space
03e3eca is described below

commit 03e3eca9f787b61ae8cf3b3eb48de7f37b4186f2
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Mar 8 20:49:41 2020 +0100

    Remove trailing space
---
 .../main/java/org/apache/maven/model/building/DefaultModelBuilder.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java b/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
index d059569..b72550b 100644
--- a/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
+++ b/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java
@@ -540,7 +540,7 @@ public class DefaultModelBuilder
         }
 
         Model model;
-        if ( pomFile == null ) 
+        if ( pomFile == null )
         {
             model = getModelFromCache( modelSource, request.getModelCache() );
             if ( model != null )