You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/05/11 02:11:53 UTC

[iotdb] branch master updated: Fix code format error

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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 215199f  Fix code format error
215199f is described below

commit 215199f1bcb2a360ff65caa2f67adcbffc4180fe
Author: HTHou <hh...@outlook.com>
AuthorDate: Tue May 11 10:11:04 2021 +0800

    Fix code format error
---
 .../src/main/java/org/apache/iotdb/cluster/server/MetaClusterServer.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cluster/src/main/java/org/apache/iotdb/cluster/server/MetaClusterServer.java b/cluster/src/main/java/org/apache/iotdb/cluster/server/MetaClusterServer.java
index 2ef9c34..475cca0 100644
--- a/cluster/src/main/java/org/apache/iotdb/cluster/server/MetaClusterServer.java
+++ b/cluster/src/main/java/org/apache/iotdb/cluster/server/MetaClusterServer.java
@@ -102,7 +102,6 @@ public class MetaClusterServer extends RaftServer
     member.start();
     // JMX based DBA API
     registerManager.register(ClusterMonitor.INSTANCE);
-
   }
 
   /** Also stops the IoTDB instance, the MetaGroupMember and the ClusterMonitor. */