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

dinglei pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 225bc42f9 Fix the wrong format output of clusterlist command (#4608)
225bc42f9 is described below

commit 225bc42f9597cd9ff38fd01c2d5168c68a7f5cf8
Author: rongtong <[email protected]>
AuthorDate: Fri Jul 15 10:21:11 2022 +0800

    Fix the wrong format output of clusterlist command (#4608)
---
 .../apache/rocketmq/tools/command/cluster/ClusterListSubCommand.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tools/src/main/java/org/apache/rocketmq/tools/command/cluster/ClusterListSubCommand.java
 
b/tools/src/main/java/org/apache/rocketmq/tools/command/cluster/ClusterListSubCommand.java
index ecd343cc1..7e15ef4f7 100644
--- 
a/tools/src/main/java/org/apache/rocketmq/tools/command/cluster/ClusterListSubCommand.java
+++ 
b/tools/src/main/java/org/apache/rocketmq/tools/command/cluster/ClusterListSubCommand.java
@@ -180,7 +180,7 @@ public class ClusterListSubCommand implements SubCommand {
     private void printClusterBaseInfo(final Set<String> clusterNames,
         final DefaultMQAdminExt defaultMQAdminExt,
         final ClusterInfo clusterInfo) {
-        System.out.printf("%-16s  %-22s  %-4s  %-22s %-16s %19s %19s %10s %5s 
%6s %-10%n",
+        System.out.printf("%-16s  %-22s  %-4s  %-22s %-16s %19s %19s %10s %5s 
%6s %10s%n",
             "#Cluster Name",
             "#Broker Name",
             "#BID",

Reply via email to