michael-o commented on a change in pull request #286: [MNG-6656] Introduce base 
for build/consumer process
URL: https://github.com/apache/maven/pull/286#discussion_r386038997
 
 

 ##########
 File path: 
maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java
 ##########
 @@ -332,8 +320,8 @@ public void testBuildProperties()
         ProjectBuildingRequest configuration = new 
DefaultProjectBuildingRequest();
         configuration.setRepositorySession( 
mavenSession.getRepositorySession() );
         configuration.setResolveDependencies( true );
-        List<ProjectBuildingResult> result = projectBuilder.build( 
Collections.singletonList( file ), true, configuration );
-        MavenProject project = result.get( 0 ).getProject();
+        List<ProjectBuildingResult> result = projectBuilder.build( 
Collections.singletonList(file), true, configuration );
+        MavenProject project = result.get(0).getProject();
 
 Review comment:
   Where did the spaces go?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to