You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/02/19 10:22:33 UTC

[GitHub] [incubator-shardingsphere] sunbufu commented on a change in pull request #4369: For#4276 orchestration support empty table strategy

sunbufu commented on a change in pull request #4369: For#4276 orchestration support empty table strategy
URL: https://github.com/apache/incubator-shardingsphere/pull/4369#discussion_r381200635
 
 

 ##########
 File path: sharding-orchestration/sharding-orchestration-core/src/test/java/org/apache/shardingsphere/orchestration/internal/registry/config/service/ConfigurationServiceTest.java
 ##########
 @@ -83,7 +83,7 @@
             + "        shardingColumn: order_id\n";
     
     private static final String MASTER_SLAVE_RULE_YAML = "masterDataSourceName: master_ds\n" + "name: ms_ds\n" + "slaveDataSourceNames:\n" + "- slave_ds_0\n" + "- slave_ds_1\n";
-    
 
 Review comment:
   You should modify `Keep indents on empty lines` in your IDEA's code style.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services