zhaohai1299002788 commented on a change in pull request #3648:
URL: https://github.com/apache/rocketmq/pull/3648#discussion_r770155294
##########
File path:
tools/src/main/java/org/apache/rocketmq/tools/command/stats/StatsAllSubCommand.java
##########
@@ -94,22 +94,22 @@ public static void printTopicDetail(final DefaultMQAdminExt
admin, final String
if (!activeTopic || (inMsgCntToday > 0) ||
(outMsgCntToday > 0)) {
- System.out.printf("%-32s %-32s %12d %11.2f %11.2f %14d
%14d%n",
- UtilAll.frontStringAtLeast(topic, 32),
- UtilAll.frontStringAtLeast(group, 32),
- accumulate,
- inTPS,
- outTPS,
- inMsgCntToday,
- outMsgCntToday
+ System.out.printf("%-64s %-64s %12d %11.2f %11.2f %14d
%14d%n",
+ UtilAll.frontStringAtLeast(topic, 64),
Review comment:
fix code indentation
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]