You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/04/22 10:36:45 UTC

[GitHub] [incubator-seatunnel] ruanwenjun commented on a diff in pull request #1697: [Feature][CI] Support build on windows

ruanwenjun commented on code in PR #1697:
URL: https://github.com/apache/incubator-seatunnel/pull/1697#discussion_r856082425


##########
seatunnel-config/seatunnel-config-shade/src/test/java/org/apache/seatunnel/config/CompleteTest.java:
##########
@@ -40,14 +40,14 @@ public void testVariables() {
         systemProperties.put("city2", "shanghai");
 
         Config config = ConfigFactory
-            .parseFile(FileUtils.getFileFromResources("seatunnel/variables.conf"))
-            .resolveWith(ConfigFactory.parseMap(systemProperties), ConfigResolveOptions.defaults().setAllowUnresolved(true));
+                .parseFile(FileUtils.getFileFromResources("seatunnel/variables.conf"))
+                .resolveWith(ConfigFactory.parseMap(systemProperties), ConfigResolveOptions.defaults().setAllowUnresolved(true));
+

Review Comment:
   Please remove these format, if there is no change of this file. Same with other test file.



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org