This is an automated email from the ASF dual-hosted git repository.
zhangyonglun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 7d488ee Remove useless empty lines (#6659)
7d488ee is described below
commit 7d488ee75ad44fe71d8317308c7e3b72c86d5ff9
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Aug 6 11:51:21 2020 +0800
Remove useless empty lines (#6659)
---
.../config/algorithm/YamlShardingSphereAlgorithmConfigurationTest.java | 1 -
.../infra/yaml/swapper/fixture/FixtureRuleConfiguration.java | 1 -
2 files changed, 2 deletions(-)
diff --git
a/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/yaml/config/algorithm/YamlShardingSphereAlgorithmConfigurationTest.java
b/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/yaml/config/algorithm/YamlShardingSphereAlgorithmConfigurationTest.java
index 7089098..c636d93 100644
---
a/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/yaml/config/algorithm/YamlShardingSphereAlgorithmConfigurationTest.java
+++
b/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/yaml/config/algorithm/YamlShardingSphereAlgorithmConfigurationTest.java
@@ -50,5 +50,4 @@ public final class
YamlShardingSphereAlgorithmConfigurationTest {
result.setProperty("key", "value");
return result;
}
-
}
diff --git
a/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/yaml/swapper/fixture/FixtureRuleConfiguration.java
b/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/yaml/swapper/fixture/FixtureRuleConfiguration.java
index 4ecbb02..3dc9098 100644
---
a/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/yaml/swapper/fixture/FixtureRuleConfiguration.java
+++
b/shardingsphere-infra/shardingsphere-infra-common/src/test/java/org/apache/shardingsphere/infra/yaml/swapper/fixture/FixtureRuleConfiguration.java
@@ -26,5 +26,4 @@ import
org.apache.shardingsphere.infra.config.RuleConfiguration;
public final class FixtureRuleConfiguration implements RuleConfiguration {
private String name;
-
}