You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by xi...@apache.org on 2020/09/08 16:30:53 UTC

[shardingsphere] branch master updated: Fix checkstyle (#7336)

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

xiaoyu 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 9697bc2  Fix checkstyle (#7336)
9697bc2 is described below

commit 9697bc22feb2ffa3a35f0f870c8c81bfbc2138d1
Author: Liang Zhang <te...@163.com>
AuthorDate: Wed Sep 9 00:30:41 2020 +0800

    Fix checkstyle (#7336)
---
 .../sharding/merge/dal/common/SingleLocalDataMergedResult.java           | 1 -
 1 file changed, 1 deletion(-)

diff --git a/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-merge/src/main/java/org/apache/shardingsphere/sharding/merge/dal/common/SingleLocalDataMergedResult.java b/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-merge/src/main/java/org/apache/shardingsphere/sharding/merge/dal/common/SingleLocalDataMergedResult.java
index 020cdad..5de1327 100644
--- a/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-merge/src/main/java/org/apache/shardingsphere/sharding/merge/dal/common/SingleLocalDataMergedResult.java
+++ b/shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-merge/src/main/java/org/apache/shardingsphere/sharding/merge/dal/common/SingleLocalDataMergedResult.java
@@ -39,7 +39,6 @@ public final class SingleLocalDataMergedResult implements MergedResult {
         this.values = values.iterator();
     }
     
-    
     @Override
     public boolean next() {
         if (values.hasNext()) {