You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/12/03 07:10:38 UTC

[shardingsphere] branch master updated: fix checkstyle (#8491)

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

zhangliang 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 6e54c1e  fix checkstyle (#8491)
6e54c1e is described below

commit 6e54c1e18c0adb8ddd63c79a06b61f7b6920950a
Author: xiaoyu <54...@qq.com>
AuthorDate: Thu Dec 3 15:10:26 2020 +0800

    fix checkstyle (#8491)
---
 .../condition/generator/impl/ConditionValueInOperatorGeneratorTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-route/src/test/java/org/apache/shardingsphere/sharding/route/engine/condition/generator/impl/ConditionValueInOperatorGeneratorTest.java b/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-route/src/test/java/org/apache/shardingsphere/sharding/route/engine/condition/generator/impl/ConditionValueInOperatorGeneratorTest.java
index 50ecb26..a9bfea6 100644
--- a/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-route/src/test/java/org/apache/shardingsphere/sharding/route/engine/condition/generator/impl/ConditionValueInOperatorGeneratorTest.java
+++ b/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-route/src/test/java/org/apache/shardingsphere/sharding/route/engine/condition/generator/impl/ConditionValueInOperatorGeneratorTest.java
@@ -43,7 +43,7 @@ public final class ConditionValueInOperatorGeneratorTest {
     private final Column column = new Column("id", "tbl");
     
     @Before
-    public void setup(){
+    public void setup() {
         ShardingSphereServiceLoader.register(DatetimeService.class);
     }